diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 08:25:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 08:25:56 +0000 |
commit | bd4bec689d27485ec83a45ccd08a3107424ef6f0 (patch) | |
tree | 1429678f2da79a548f9d174960038104ed151fd4 /target/linux/ar71xx/base-files/lib/upgrade | |
parent | 09b5ed9641aee8b43226e9800e5cc2786982bbfa (diff) | |
download | upstream-bd4bec689d27485ec83a45ccd08a3107424ef6f0.tar.gz upstream-bd4bec689d27485ec83a45ccd08a3107424ef6f0.tar.bz2 upstream-bd4bec689d27485ec83a45ccd08a3107424ef6f0.zip |
ar71xx: create sysupgrade image for the WNDR3700
SVN-Revision: 18570
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/upgrade')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 7 |
1 files changed, 7 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 8ee412ed03..97c3a41dae 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -82,6 +82,13 @@ platform_check_image() { } return 0 ;; + wndr3700) + [ "$magic" != "3337" ] && { + echo "Invalid image type." + return 1 + } + return 0 + ;; wrt160nl) [ "$magic" != "4e4c" ] && { echo "Invalid image type." |