diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-29 21:42:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-29 21:42:53 +0000 |
commit | 573b4f5a864fc7b15e3c2530656b80b1995eaa4c (patch) | |
tree | 466e94367ad22fe8c926266e333e5cf427c8abf4 /target/linux | |
parent | f82b5ce45322082542ae5208b6346cfc5af508d2 (diff) | |
download | upstream-573b4f5a864fc7b15e3c2530656b80b1995eaa4c.tar.gz upstream-573b4f5a864fc7b15e3c2530656b80b1995eaa4c.tar.bz2 upstream-573b4f5a864fc7b15e3c2530656b80b1995eaa4c.zip |
[ar7] use a default kernel command-line to mount squashfs and jffs2
This fixes bug #9055.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34424 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar7/config-3.3 | 3 | ||||
-rw-r--r-- | target/linux/ar7/config-3.6 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar7/config-3.3 b/target/linux/ar7/config-3.3 index e2b34adce9..7646ba1458 100644 --- a/target/linux/ar7/config-3.3 +++ b/target/linux/ar7/config-3.3 @@ -10,6 +10,9 @@ CONFIG_ARCH_SUSPEND_POSSIBLE=y CONFIG_BOOT_ELF32=y CONFIG_CEVT_R4K=y CONFIG_CEVT_R4K_LIB=y +CONFIG_CMDLINE="rootfstype=squashfs,jffs2" +CONFIG_CMDLINE_BOOL=y +# CONFIG_CMDLINE_OVERRIDE is not set CONFIG_CPMAC=y CONFIG_CPU_HAS_PREFETCH=y CONFIG_CPU_HAS_SYNC=y diff --git a/target/linux/ar7/config-3.6 b/target/linux/ar7/config-3.6 index 1fea93a59e..e296a75c6a 100644 --- a/target/linux/ar7/config-3.6 +++ b/target/linux/ar7/config-3.6 @@ -13,6 +13,9 @@ CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_BOOT_ELF32=y CONFIG_CEVT_R4K=y CONFIG_CEVT_R4K_LIB=y +CONFIG_CMDLINE="rootfstype=squashfs,jffs2" +CONFIG_CMDLINE_BOOL=y +# CONFIG_CMDLINE_OVERRIDE is not set CONFIG_CPMAC=y CONFIG_CPU_HAS_PREFETCH=y CONFIG_CPU_HAS_SYNC=y |