au1000: make sysupgrade compatible with all file system types

This patch adds support for all file system types as discussed earlier:

https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022109.html

This patch depends on a previous patch:

https://lists.openwrt.org/pipermail/openwrt-devel/2013-October/022111.html

Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>

SVN-Revision: 38675
This commit is contained in:
John Crispin
2013-11-07 12:46:16 +00:00
parent 8247d9926a
commit a100fd3b4a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
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