aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-11 13:00:00 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-11 13:00:00 +0000
commit6792c27b856e24490f65e7a610edcd1a117866e2 (patch)
tree2875199cbe6176f98699e5acc763549799a21ad1 /target/linux/ar71xx/base-files/lib
parent8d850a331307a8d9b0154f0d58eac51d1259490e (diff)
downloadupstream-6792c27b856e24490f65e7a610edcd1a117866e2.tar.gz
upstream-6792c27b856e24490f65e7a610edcd1a117866e2.tar.bz2
upstream-6792c27b856e24490f65e7a610edcd1a117866e2.zip
ar71xx: add sysupgrade support for wndr4300
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41131 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index a6723fab54..4e698c6f68 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -305,6 +305,14 @@ platform_check_image() {
}
return 0
;;
+ wndr4300 )
+ nand_do_upgrade_stage1 $board $1
+ [ $? != 0 ] && {
+ echo "Invalid tar file."
+ return 1
+ }
+ return 0;
+ ;;
routerstation | \
routerstation-pro | \
ls-sr71 | \