diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 12:57:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-14 12:57:03 +0000 |
commit | 656d47504330936d80e80c918b25d8a4f7eb3675 (patch) | |
tree | a8c556faefdd917a8992b9b5e823ea3efd287802 /target/linux/generic/config-3.10 | |
parent | b95bdc8ab56e6aa53ed62d8766610f5975f05acd (diff) | |
download | upstream-656d47504330936d80e80c918b25d8a4f7eb3675.tar.gz upstream-656d47504330936d80e80c918b25d8a4f7eb3675.tar.bz2 upstream-656d47504330936d80e80c918b25d8a4f7eb3675.zip |
kernel: implement automatic rootfs split from the firmware partition in linux 3.10 (disabled by default)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37283
Diffstat (limited to 'target/linux/generic/config-3.10')
-rw-r--r-- | target/linux/generic/config-3.10 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index 769fe8d2c1..18be99dbb0 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -1840,6 +1840,8 @@ CONFIG_MTD_ROOTFS_SPLIT=y # CONFIG_MTD_SWAP is not set # CONFIG_MTD_TESTS is not set # CONFIG_MTD_UBI is not set +# CONFIG_MTD_UIMAGE_SPLIT is not set +CONFIG_MTD_UIMAGE_SPLIT_NAME="firmware" # CONFIG_MUTEX_SPIN_ON_OWNER is not set # CONFIG_MV643XX_ETH is not set # CONFIG_MVMDIO is not set |