ar71xx: add support for the Zcomax ZCN-1523H-2-8/5-16 boards
[openwrt/openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 2a96822628d1879296a11cef7b8943ef84b5e691..4b08e93c188437a746a41fad0b24fac4a699fd4b 100755 (executable)
@@ -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"
                ;;