diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-10-06 14:02:06 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-10-06 14:02:06 +0000 |
commit | a58a4bb58045c509a4326f016d185c1821997b93 (patch) | |
tree | cab946fb56f53369fd9775baeb3bf1faf7a1e8d0 /target | |
parent | b87ff2cae7ff197e2c3b038a6b916571646737ae (diff) | |
download | upstream-a58a4bb58045c509a4326f016d185c1821997b93.tar.gz upstream-a58a4bb58045c509a4326f016d185c1821997b93.tar.bz2 upstream-a58a4bb58045c509a4326f016d185c1821997b93.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>
SVN-Revision: 42805
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.14 | 2 |
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 |