diff options
author | Markus Wigge <markus@cultcom.de> | 2009-02-09 12:34:08 +0000 |
---|---|---|
committer | Markus Wigge <markus@cultcom.de> | 2009-02-09 12:34:08 +0000 |
commit | b59b28a91d71b9a176de2859dc7a6cd6b7879b57 (patch) | |
tree | 670fbba3dd17f139c1739864201df70fdf6e5927 | |
parent | 2af3b23ec6c81ae8a763f279b5cca7d37644a5e7 (diff) | |
download | upstream-b59b28a91d71b9a176de2859dc7a6cd6b7879b57.tar.gz upstream-b59b28a91d71b9a176de2859dc7a6cd6b7879b57.tar.bz2 upstream-b59b28a91d71b9a176de2859dc7a6cd6b7879b57.zip |
- removed cs5535 driver again, mixed it up with 5536 chipset
- added support for "AMD and nVidia IDE support" which works
on my Alix.6b2 without further configuration.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14460 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/config-2.6.28 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/config-2.6.28 b/target/linux/x86/config-2.6.28 index b873b55e75..d89e09cc49 100644 --- a/target/linux/x86/config-2.6.28 +++ b/target/linux/x86/config-2.6.28 @@ -39,7 +39,7 @@ CONFIG_BINFMT_MISC=y CONFIG_BITREVERSE=y # CONFIG_BLK_DEV_4DRIVES is not set # CONFIG_BLK_DEV_ALI14XX is not set -CONFIG_BLK_DEV_CS5535=y +CONFIG_BLK_DEV_AMD74XX=y # CONFIG_BLK_DEV_DTC2278 is not set CONFIG_BLK_DEV_GENERIC=y # CONFIG_BLK_DEV_HT6560B is not set |