From: nbd Date: Sat, 3 Jan 2015 18:31:06 +0000 (+0000) Subject: ramips: fix wsr-1166 sysupgrade support X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;ds=sidebyside;h=4dec5a877db8f138c98330ae16f36f88fa6427f8;p=openwrt.git ramips: fix wsr-1166 sysupgrade support Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43816 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index 991d3b556e..10892f615d 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -91,7 +91,6 @@ platform_check_image() { whr-600d |\ whr-1166d |\ wsr-600 |\ - wsr-1166 |\ wl-330n | \ wl-330n3g | \ wl-351 | \ @@ -116,6 +115,13 @@ platform_check_image() { } return 0 ;; + wsr-1166) + [ "$magic" != "48445230" ] && { + echo "Invalid image type." + return 1 + } + return 0 + ;; ar670w) [ "$magic" != "6d000080" ] && { echo "Invalid image type."