From 66ba7ac042972065d06ce3bdb09bbe3b42368057 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 10 Oct 2006 17:33:50 +0000 Subject: [PATCH] add generic ide support for x86-2.6 git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5026 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86-2.6/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index e02cac6ff..d43bd801d 100644 --- a/target/linux/x86-2.6/config +++ b/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 -- 2.35.1