forked from Ivasoft/openwrt
ar71xx: add support for the Zcomax ZCN-1523H-2-8/5-16 boards
SVN-Revision: 22882
This commit is contained in:
@@ -121,6 +121,12 @@ ar71xx_board_name() {
|
||||
*WZR-HP-G300NH)
|
||||
name="wzr-hp-g300nh"
|
||||
;;
|
||||
*ZCN-1523H-2)
|
||||
name="zcn-1523h-2"
|
||||
;;
|
||||
*ZCN-1523H-5)
|
||||
name="zcn-1523h-5"
|
||||
;;
|
||||
*)
|
||||
name="generic"
|
||||
;;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user