diff options
author | John Crispin <john@openwrt.org> | 2013-11-07 12:46:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-07 12:46:16 +0000 |
commit | a100fd3b4a4adc136f73c8466abf0aec8d2ba169 (patch) | |
tree | 64f8c2efd47c7558e49abf01cce36177eefe2370 /target/linux/au1000/base-files | |
parent | 8247d9926af6357c872755098f4b37067d274dcb (diff) | |
download | upstream-a100fd3b4a4adc136f73c8466abf0aec8d2ba169.tar.gz upstream-a100fd3b4a4adc136f73c8466abf0aec8d2ba169.tar.bz2 upstream-a100fd3b4a4adc136f73c8466abf0aec8d2ba169.zip |
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
Diffstat (limited to 'target/linux/au1000/base-files')
-rw-r--r-- | target/linux/au1000/base-files/lib/upgrade/platform.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/base-files/lib/upgrade/platform.sh b/target/linux/au1000/base-files/lib/upgrade/platform.sh index 85ab213347..71744e610b 100644 --- a/target/linux/au1000/base-files/lib/upgrade/platform.sh +++ b/target/linux/au1000/base-files/lib/upgrade/platform.sh @@ -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 |