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 | 862103b0398c9cf0b5ba1d1a58d8a81bbe3d4452 (patch) | |
tree | 6d6c9d96663642677362cf31fca017ef540c34bb /target/linux/brcm47xx-2.6/config | |
parent | bd65c8b91af0397ae3f44cf672734c1f3bcb6fe5 (diff) | |
download | upstream-862103b0398c9cf0b5ba1d1a58d8a81bbe3d4452.tar.gz upstream-862103b0398c9cf0b5ba1d1a58d8a81bbe3d4452.tar.bz2 upstream-862103b0398c9cf0b5ba1d1a58d8a81bbe3d4452.zip |
brcm47xx: mtd map driver cleanup - reuse generic mtd rootfs split
SVN-Revision: 7172
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 |