diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-03-19 22:42:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-03-19 22:42:23 +0000 |
commit | 6f89a9aeb1e48fec08cf748600ff739338d6c9ed (patch) | |
tree | 4c134548f33f00840936d021d6294542a5d03785 /target/linux/adm5120-2.6/config | |
parent | 44890cf7607063a305f859555e8a70ed1f4ed311 (diff) | |
download | upstream-6f89a9aeb1e48fec08cf748600ff739338d6c9ed.tar.gz upstream-6f89a9aeb1e48fec08cf748600ff739338d6c9ed.tar.bz2 upstream-6f89a9aeb1e48fec08cf748600ff739338d6c9ed.zip |
Re-enable adm5120 mtd driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6620 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120-2.6/config')
-rw-r--r-- | target/linux/adm5120-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/config/default b/target/linux/adm5120-2.6/config/default index 81117c4234..9d00bffacc 100644 --- a/target/linux/adm5120-2.6/config/default +++ b/target/linux/adm5120-2.6/config/default @@ -199,7 +199,7 @@ CONFIG_MODULE_FORCE_UNLOAD=y # CONFIG_MSDOS_FS is not set CONFIG_MTD=y # CONFIG_MTD_ABSENT is not set -# CONFIG_MTD_ADM5120 is not set +CONFIG_MTD_ADM5120=y # CONFIG_MTD_BLOCK is not set # CONFIG_MTD_BLOCK2MTD is not set # CONFIG_MTD_BLOCK_RO is not set |