diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-08 09:40:38 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-08 09:40:38 +0000 |
commit | 72aa5b478aa03ddbfb717dda2d941c2d05bce86a (patch) | |
tree | aacd7a263d6cee69cbd99461486c5ee7c9c3655b /target/linux | |
parent | 195e79a2022fc778028930f902ffa7a87baee681 (diff) |
enable ATA_SFF (PATA support) in the generic configs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17993 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.31 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 623a7836a..ba5cef413 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -86,7 +86,7 @@ CONFIG_ASK_IP_FIB_HASH=y # CONFIG_ATALK is not set # CONFIG_ATA_OVER_ETH is not set # CONFIG_ATARI_PARTITION is not set -# CONFIG_ATA_SFF is not set +CONFIG_ATA_SFF=y # CONFIG_ATH5K is not set # CONFIG_ATH9K is not set # CONFIG_ATL1C is not set diff --git a/target/linux/generic-2.6/config-2.6.31 b/target/linux/generic-2.6/config-2.6.31 index 8ecc06fe2..13b3a85b6 100644 --- a/target/linux/generic-2.6/config-2.6.31 +++ b/target/linux/generic-2.6/config-2.6.31 @@ -94,7 +94,7 @@ CONFIG_ASK_IP_FIB_HASH=y # CONFIG_ATA_ACPI is not set # CONFIG_ATA_GENERIC is not set # CONFIG_ATA_OVER_ETH is not set -# CONFIG_ATA_SFF is not set +CONFIG_ATA_SFF=y # CONFIG_ATH5K is not set # CONFIG_ATH9K is not set # CONFIG_ATL1 is not set |