aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-10-11 10:00:02 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-10-11 10:00:02 +0000
commitf7bc55d11154adf3fa80594223d1248827b1927e (patch)
tree05125631a4fbbd96981620e4e53ae71631b8532d /target
parente9b7a65dec5a524a05e77eef333a95dcc3ebd57e (diff)
downloadmaster-187ad058-f7bc55d11154adf3fa80594223d1248827b1927e.tar.gz
master-187ad058-f7bc55d11154adf3fa80594223d1248827b1927e.tar.bz2
master-187ad058-f7bc55d11154adf3fa80594223d1248827b1927e.zip
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.342
-rw-r--r--target/linux/au1000/au1500/config-2.6.352
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 f94973b98f..dbd28d80e3 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 f94973b98f..dbd28d80e3 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