diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-10 13:56:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-10 13:56:54 +0000 |
commit | cb3daaf7727d9164860859ffc5774f6f4aaa8c7c (patch) | |
tree | f0884335ac0e40a99858147b6d85125ed00f64b0 /target/linux/brcm47xx-2.6/config | |
parent | bf66a3b2cdb0e8f94df5b97b6474007377245fbe (diff) | |
download | upstream-cb3daaf7727d9164860859ffc5774f6f4aaa8c7c.tar.gz upstream-cb3daaf7727d9164860859ffc5774f6f4aaa8c7c.tar.bz2 upstream-cb3daaf7727d9164860859ffc5774f6f4aaa8c7c.zip |
brcm47xx: mtd map driver cleanup - reuse generic mtd rootfs split
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7172 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx-2.6/config')
-rw-r--r-- | target/linux/brcm47xx-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx-2.6/config/default b/target/linux/brcm47xx-2.6/config/default index a556d5e488..a92a0aa448 100644 --- a/target/linux/brcm47xx-2.6/config/default +++ b/target/linux/brcm47xx-2.6/config/default @@ -196,7 +196,7 @@ CONFIG_MTD_PARTITIONS=y # CONFIG_MTD_REDBOOT_PARTS is not set # CONFIG_MTD_ROM is not set # CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_SPLIT_ROOTFS is not set +CONFIG_MTD_SPLIT_ROOTFS=y # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set |