diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-29 21:42:53 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-11-29 21:42:53 +0000 |
commit | c76d5c806967f7efea9419b40f063a21a91ac9a0 (patch) | |
tree | 466e94367ad22fe8c926266e333e5cf427c8abf4 | |
parent | eb20a6a3de4407cd65af28293222b9d35360fe54 (diff) |
[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
-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 e2b34adce..7646ba145 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 1fea93a59..e296a75c6 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 |