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-4.3 | |
parent | ad8f6370de1b67820a2b85feafc6abc6d6ce1992 (diff) | |
download | upstream-5d4bbb5f5b15efc93c5b0a34fe7d66b074820167.tar.gz upstream-5d4bbb5f5b15efc93c5b0a34fe7d66b074820167.tar.bz2 upstream-5d4bbb5f5b15efc93c5b0a34fe7d66b074820167.zip |
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-4.3')
-rw-r--r-- | target/linux/kirkwood/config-4.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/config-4.3 b/target/linux/kirkwood/config-4.3 index 86eace5d39..1e68af5acf 100644 --- a/target/linux/kirkwood/config-4.3 +++ b/target/linux/kirkwood/config-4.3 @@ -197,6 +197,7 @@ CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 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 |