This will hopefully fix jffs2 support for target system rmi/amd au1x00, subtarget Au1500 and Target Profile T-Mobile InternetBox. Tested on same configuration. Related ticket: https://dev.openwrt.org/ticket/8058
Signed-off-by: Philipp Borgers <borg...@mi.fu-berlin.de> >From 5ec2b5febd58a391fac6aeb7508e08a251a2be92 Mon Sep 17 00:00:00 2001 From: Philipp Borgers <borg...@mi.fu-berlin.de> Date: Sun, 10 Oct 2010 19:20:03 +0200 Subject: [PATCH] fixed jffs2 support for au1500 --- target/linux/au1000/au1500/config-2.6.35 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/au1000/au1500/config-2.6.35 b/target/linux/au1000/au1500/config-2.6.35 index f94973b..1e95be3 100644 --- a/target/linux/au1000/au1500/config-2.6.35 +++ b/target/linux/au1000/au1500/config-2.6.35 @@ -19,9 +19,9 @@ 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_CMDLINE_OVERRIDE=y # CONFIG_CPU_BIG_ENDIAN is not set # CONFIG_CPU_CAVIUM_OCTEON is not set _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel