summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/base-files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-11-07 12:46:16 +0000
committerJohn Crispin <john@openwrt.org>2013-11-07 12:46:16 +0000
commita100fd3b4a4adc136f73c8466abf0aec8d2ba169 (patch)
tree64f8c2efd47c7558e49abf01cce36177eefe2370 /target/linux/au1000/base-files
parent8247d9926af6357c872755098f4b37067d274dcb (diff)
downloadmaster-31e0f0ae-a100fd3b4a4adc136f73c8466abf0aec8d2ba169.tar.gz
master-31e0f0ae-a100fd3b4a4adc136f73c8466abf0aec8d2ba169.tar.bz2
master-31e0f0ae-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.sh2
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