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 | d168fd85f3dc974eccf767bb176d328ea9a79786 (patch) | |
tree | 6cc510d54e0876299f50cc6bef9c09442f18d6b1 /openwrt | |
parent | c683080a84acbd63c7d4ad3f307fae3dbc3df90b (diff) | |
download | mtk-20170518-d168fd85f3dc974eccf767bb176d328ea9a79786.zip mtk-20170518-d168fd85f3dc974eccf767bb176d328ea9a79786.tar.gz mtk-20170518-d168fd85f3dc974eccf767bb176d328ea9a79786.tar.bz2 |
add block2mtd by default in x86-2.6
SVN-Revision: 4957
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/x86-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index fee9c75..5c01bbf 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/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 |