From: rmilecki Date: Mon, 6 Oct 2014 14:02:06 +0000 (+0000) Subject: kernel: enable CONFIG_MTD_SPLIT_SQUASHFS_ROOT X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d3de16a68942bc44efaef621d30519ef6456ba80;p=openwrt.git 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42805 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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