diff options
author | John Crispin <john@openwrt.org> | 2014-06-16 18:55:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-16 18:55:14 +0000 |
commit | 3dca5a158d4fe129d7cf245587e3581538ff8e24 (patch) | |
tree | 9c65556dca19d82f13621c76e9e1cda1ee109351 /target | |
parent | 21eac7a7db0c8e2045cac34d62871cd70b37c8c5 (diff) | |
download | upstream-3dca5a158d4fe129d7cf245587e3581538ff8e24.tar.gz upstream-3dca5a158d4fe129d7cf245587e3581538ff8e24.tar.bz2 upstream-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-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 8 |
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 | \ |