diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-07-24 20:28:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-07-24 20:28:25 +0000 |
commit | e985340f1462716208b4ebd0e0316ad760c80877 (patch) | |
tree | ce33dda8e9fed8d4700bcf9999a37f26a6d62841 /target/linux/adm5120-2.6 | |
parent | 162017ee415ee0b82d34b961deaa04e4a589a5c4 (diff) | |
download | upstream-e985340f1462716208b4ebd0e0316ad760c80877.tar.gz upstream-e985340f1462716208b4ebd0e0316ad760c80877.tar.bz2 upstream-e985340f1462716208b4ebd0e0316ad760c80877.zip |
reorder rootfstypes to allow both squashfs and jffs2 images to boot
SVN-Revision: 8144
Diffstat (limited to 'target/linux/adm5120-2.6')
-rw-r--r-- | target/linux/adm5120-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/config/default b/target/linux/adm5120-2.6/config/default index 858ac067fe..276b2d42fd 100644 --- a/target/linux/adm5120-2.6/config/default +++ b/target/linux/adm5120-2.6/config/default @@ -16,7 +16,7 @@ CONFIG_CIFS_EXPERIMENTAL=y CONFIG_CIFS_STATS2=y CONFIG_CIFS_WEAK_PW_HASH=y CONFIG_CIFS_XATTR=y -CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=jffs2,squashfs,yaffs2 init=/etc/preinit" +CONFIG_CMDLINE="console=ttyS0,115200 rootfstype=squashfs,yaffs2,jffs2 init=/etc/preinit" # CONFIG_CPU_BIG_ENDIAN is not set CONFIG_CPU_HAS_LLSC=y CONFIG_CPU_HAS_PREFETCH=y |