diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-11 10:00:02 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-11 10:00:02 +0000 |
commit | 6373194f3d114f059b9f0697a63bc8337eb4b09f (patch) | |
tree | 05125631a4fbbd96981620e4e53ae71631b8532d /target | |
parent | 046a9b34bcca8431a0a7d7338fec8b80a76a6d5b (diff) |
linux/au1000: fix jffs2/squashfs au1500 boot issue (deals with ticket #8058)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23391 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/au1000/au1500/config-2.6.34 | 2 | ||||
-rw-r--r-- | target/linux/au1000/au1500/config-2.6.35 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/au1000/au1500/config-2.6.34 b/target/linux/au1000/au1500/config-2.6.34 index f94973b98..dbd28d80e 100644 --- a/target/linux/au1000/au1500/config-2.6.34 +++ b/target/linux/au1000/au1500/config-2.6.34 @@ -19,7 +19,7 @@ CONFIG_BITREVERSE=y # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="console=ttyS0,115200" +CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/mtdblock0 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_CPU_BIG_ENDIAN is not set diff --git a/target/linux/au1000/au1500/config-2.6.35 b/target/linux/au1000/au1500/config-2.6.35 index f94973b98..dbd28d80e 100644 --- a/target/linux/au1000/au1500/config-2.6.35 +++ b/target/linux/au1000/au1500/config-2.6.35 @@ -19,7 +19,7 @@ CONFIG_BITREVERSE=y # CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="console=ttyS0,115200" +CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/mtdblock0 rootfstype=squashfs,jffs2" CONFIG_CMDLINE_BOOL=y # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_CPU_BIG_ENDIAN is not set |