X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fau1000%2Fbase-files%2Flib%2Fupgrade%2Fplatform.sh;h=1a9d151c8a282bd6fde26ffda4a218c5c975ace5;hb=db4550c4c812c5bf146e654845008e78c62c16d1;hp=85ab21334775cd811b00a3800e131e7c2cf3b6c2;hpb=f7dfd20f97d46fe6b1dee21ecfef19b02798aa68;p=lede-git%2F.git diff --git a/target/linux/au1000/base-files/lib/upgrade/platform.sh b/target/linux/au1000/base-files/lib/upgrade/platform.sh index 85ab213347..1a9d151c8a 100644 --- a/target/linux/au1000/base-files/lib/upgrade/platform.sh +++ b/target/linux/au1000/base-files/lib/upgrade/platform.sh @@ -1,8 +1,8 @@ KERNEL_IMG="openwrt-au1000-au1500-vmlinux.bin" -ROOTFS_IMG="openwrt-au1000-au1500-jffs2-128k.fs" +ROOTFS_IMG="openwrt-au1000-au1500-root.fs" platform_check_image() { - [ "$ARGC" -gt 1 ] && return 1 + [ "$#" -gt 1 ] && return 1 case "$(get_magic_word "$1")" in 6f70) ( get_image "$1" | tar -tf - $KERNEL_IMG >/dev/null && \