summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-16 18:55:14 +0000
committerJohn Crispin <john@openwrt.org>2014-06-16 18:55:14 +0000
commit3dca5a158d4fe129d7cf245587e3581538ff8e24 (patch)
tree9c65556dca19d82f13621c76e9e1cda1ee109351 /target
parent21eac7a7db0c8e2045cac34d62871cd70b37c8c5 (diff)
downloadmaster-31e0f0ae-3dca5a158d4fe129d7cf245587e3581538ff8e24.tar.gz
master-31e0f0ae-3dca5a158d4fe129d7cf245587e3581538ff8e24.tar.bz2
master-31e0f0ae-3dca5a158d4fe129d7cf245587e3581538ff8e24.zip
procd: various cleanups to /lib/upgrade/nand.sh
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41222
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh8
1 files changed, 2 insertions, 6 deletions
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index 4e698c6f68..57803ccd9d 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -306,12 +306,8 @@ platform_check_image() {
return 0
;;
wndr4300 )
- nand_do_upgrade_stage1 $board $1
- [ $? != 0 ] && {
- echo "Invalid tar file."
- return 1
- }
- return 0;
+ nand_do_platform_check $board $1
+ return $?;
;;
routerstation | \
routerstation-pro | \