ar71xx: add support for the wzr-hp-g300nh2
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index c8a202e..ee242a4 100755 (executable)
@@ -163,6 +163,9 @@ ar71xx_board_detect() {
        *JWAP003)
                name="jwap003"
                ;;
+       *"Hornet-UB")
+               name="hornet-ub"
+               ;;
        *LS-SR71)
                name="ls-sr71"
                ;;
@@ -292,6 +295,9 @@ ar71xx_board_detect() {
        *WZR-HP-G450H)
                name="wzr-hp-g450h"
                ;;
+       *WZR-HP-G300NH2)
+               name="wzr-hp-g300nh2"
+               ;;
        *WHR-HP-G300N)
                name="whr-hp-g300n"
                ;;
This page took 0.019253 seconds and 4 git commands to generate.