diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-08 03:44:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-08 03:44:51 +0000 |
commit | c845c92e71cbb01f54303aa2375e381ff0a055ff (patch) | |
tree | fafea7b5140ac2f5bd6e5b80fda6584138bfced3 /target/linux/x86-2.6 | |
parent | 94be9a38e82ee229c5c33a0c3babeae3d6fca747 (diff) | |
download | upstream-c845c92e71cbb01f54303aa2375e381ff0a055ff.tar.gz upstream-c845c92e71cbb01f54303aa2375e381ff0a055ff.tar.bz2 upstream-c845c92e71cbb01f54303aa2375e381ff0a055ff.zip |
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
Diffstat (limited to 'target/linux/x86-2.6')
-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 |