aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-10-06 14:02:06 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-10-06 14:02:06 +0000
commitaa7c9cf2997d6155b02123dbebc9e6d38ef3210d (patch)
tree91812017c1213eee092a2f43e258d937605100b0
parent2fe5eba1d8281eded5b490b00d87394c000da0ae (diff)
downloadmaster-187ad058-aa7c9cf2997d6155b02123dbebc9e6d38ef3210d.tar.gz
master-187ad058-aa7c9cf2997d6155b02123dbebc9e6d38ef3210d.tar.bz2
master-187ad058-aa7c9cf2997d6155b02123dbebc9e6d38ef3210d.zip
kernel: enable CONFIG_MTD_SPLIT_SQUASHFS_ROOT
This enables dedicated "rootfs" splitter by default. We still keep CONFIG_MTD_SPLIT_SQUASHFS_ROOT, so the old (built-in) splitter will be used as a fallback in case of problems. Once we decide the dedicated partitioner works stable, we should remove the old one completely. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42805 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic/config-3.142
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14
index 2d139980a9..2501f7219d 100644
--- a/target/linux/generic/config-3.14
+++ b/target/linux/generic/config-3.14
@@ -2128,7 +2128,7 @@ CONFIG_MTD_SPLIT=y
CONFIG_MTD_SPLIT_FIRMWARE_NAME="firmware"
# CONFIG_MTD_SPLIT_LZMA_FW is not set
# CONFIG_MTD_SPLIT_SEAMA_FW is not set
-# CONFIG_MTD_SPLIT_SQUASHFS_ROOT is not set
+CONFIG_MTD_SPLIT_SQUASHFS_ROOT=y
# CONFIG_MTD_SPLIT_UIMAGE_FW is not set
# CONFIG_MTD_SST25L is not set
# CONFIG_MTD_SWAP is not set