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 | fe0b737198ca1d8a6b31605f183d4f5e17bd2643 (patch) | |
tree | 157d5fd48780befb420eddb92a9d754d7ff342bf /target/linux/generic/config-3.10 | |
parent | 4ea1473546ee47419fa15db333726ecaf81f1a4c (diff) | |
download | upstream-fe0b737198ca1d8a6b31605f183d4f5e17bd2643.tar.gz upstream-fe0b737198ca1d8a6b31605f183d4f5e17bd2643.tar.bz2 upstream-fe0b737198ca1d8a6b31605f183d4f5e17bd2643.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37283 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |