diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-06-05 12:29:58 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-06-05 12:29:58 +0000 |
commit | 541d5937b34ffd6977e27a92e56239f656eede20 (patch) | |
tree | 3afa562a5f23a0c3e93fb6718bbe4ef0eeb35816 /target/linux/at91-2.6/config | |
parent | c079b2e0460fcd35cb1ad64074cfa18328637d18 (diff) | |
download | mtk-20170518-541d5937b34ffd6977e27a92e56239f656eede20.zip mtk-20170518-541d5937b34ffd6977e27a92e56239f656eede20.tar.gz mtk-20170518-541d5937b34ffd6977e27a92e56239f656eede20.tar.bz2 |
Fixed bug in mmc driver (can now write to SD-Card within Linux). Changed some kernel configs to support ext2 on SD-Card
SVN-Revision: 7503
Diffstat (limited to 'target/linux/at91-2.6/config')
-rw-r--r-- | target/linux/at91-2.6/config/default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/at91-2.6/config/default b/target/linux/at91-2.6/config/default index df916aa..ec0a741 100644 --- a/target/linux/at91-2.6/config/default +++ b/target/linux/at91-2.6/config/default @@ -123,7 +123,6 @@ CONFIG_HARDIRQS_SW_RESEND=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HID=y -# CONFIG_HID_DEBUG is not set CONFIG_HW_CONSOLE=y # CONFIG_HW_RANDOM is not set # CONFIG_I2C is not set |