diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:33 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:33 +0000 |
commit | 5d4bbb5f5b15efc93c5b0a34fe7d66b074820167 (patch) | |
tree | 60c167eea7506565a90125813fc1f2b181e0ac0a /target/linux/kirkwood/config-3.18 | |
parent | ad8f6370de1b67820a2b85feafc6abc6d6ce1992 (diff) | |
download | mtk-20170518-5d4bbb5f5b15efc93c5b0a34fe7d66b074820167.zip mtk-20170518-5d4bbb5f5b15efc93c5b0a34fe7d66b074820167.tar.gz mtk-20170518-5d4bbb5f5b15efc93c5b0a34fe7d66b074820167.tar.bz2 |
kirkwood: find active Linksys root partition
This is imported verbatim from the mvebu WRT1900AC port.
It picks up the current boot partition from the kernel command line,
then renames that partition "ubi" so that it auto-mounts.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 47431
Diffstat (limited to 'target/linux/kirkwood/config-3.18')
-rw-r--r-- | target/linux/kirkwood/config-3.18 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/config-3.18 b/target/linux/kirkwood/config-3.18 index b936ba9..17b2819 100644 --- a/target/linux/kirkwood/config-3.18 +++ b/target/linux/kirkwood/config-3.18 @@ -189,6 +189,7 @@ CONFIG_LZO_DECOMPRESS=y CONFIG_MACH_KIRKWOOD=y CONFIG_MACH_MVEBU_ANY=y # CONFIG_MACH_NETXBIG is not set +CONFIG_MANGLE_BOOTARGS=y CONFIG_MDIO_BOARDINFO=y CONFIG_MIGHT_HAVE_PCI=y CONFIG_MMC=y |