diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 17:33:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 17:33:50 +0000 |
commit | 14037edcc08adf929957c03eb9bf71f5642881e6 (patch) | |
tree | 3589b892a86b82ce2a3c41e821fe716be6ebdd9b | |
parent | f6a5a059ab9800de23eeb0a77dd9df7fcc39cb10 (diff) | |
download | upstream-14037edcc08adf929957c03eb9bf71f5642881e6.tar.gz upstream-14037edcc08adf929957c03eb9bf71f5642881e6.tar.bz2 upstream-14037edcc08adf929957c03eb9bf71f5642881e6.zip |
add generic ide support for x86-2.6
SVN-Revision: 5026
-rw-r--r-- | openwrt/target/linux/x86-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index e02cac6ff2..d43bd801d9 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/target/linux/x86-2.6/config @@ -797,7 +797,7 @@ CONFIG_BLK_DEV_IDEDISK=y CONFIG_BLK_DEV_IDEPCI=y CONFIG_IDEPCI_SHARE_IRQ=y # CONFIG_BLK_DEV_OFFBOARD is not set -# CONFIG_BLK_DEV_GENERIC is not set +CONFIG_BLK_DEV_GENERIC=y # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_RZ1000 is not set CONFIG_BLK_DEV_IDEDMA_PCI=y |