From 006386c4b4cc0da66bf9e40beb66f8008ab3208a Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 3 Sep 2010 18:14:37 +0000 Subject: ar71xx: add support for the Zcomax ZCN-1523H-2-8/5-16 boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22882 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/upgrade') diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index bfa5cc69b..29aeff42e 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -96,6 +96,13 @@ platform_check_image() { } return 0 ;; + zcn-1523h-2 | zcn-1523h-5) + [ "$magic" != "6873" -a "$magic" != "1985" ] && { + echo "Invalid image type." + return 1 + } + return 0 + ;; routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d ) [ "$magic" != "4349" ] && { echo "Invalid image. Use *-sysupgrade.bin files on this board" -- cgit v1.2.3