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 | b74234ccc8921786d97998cc27f6079991319359 (patch) | |
tree | abfd2dfa0e7c913f37508cd48f5e64c656df36a0 /target/linux/at91-2.6/config/default | |
parent | 1dc58c0ae27a85dbb52136a54dce35cf5cc6e9ed (diff) | |
download | upstream-b74234ccc8921786d97998cc27f6079991319359.tar.gz upstream-b74234ccc8921786d97998cc27f6079991319359.tar.bz2 upstream-b74234ccc8921786d97998cc27f6079991319359.zip |
Fixed bug in mmc driver (can now write to SD-Card within Linux). Changed
some kernel configs to support ext2 on SD-Card
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7503 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91-2.6/config/default')
-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 df916aad2e..ec0a74190b 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 |