diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-08 03:44:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-08 03:44:51 +0000 |
commit | 4bc0b62f075847b59894d2975335de12e37ceb27 (patch) | |
tree | fafea7b5140ac2f5bd6e5b80fda6584138bfced3 | |
parent | 60c107b531e09536b4f5b728a0e394da0720d0ba (diff) |
add block2mtd by default in x86-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4957 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index fee9c75345..5c01bbf9cc 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -712,7 +712,7 @@ CONFIG_MTD_CFI_I2=y # CONFIG_MTD_SLRAM is not set # CONFIG_MTD_PHRAM is not set # CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_BLOCK2MTD is not set +CONFIG_MTD_BLOCK2MTD=y # # Disk-On-Chip Device Drivers |