generic: rtl8366: enable ports only after VLAN configuration is done
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index ae50a23..c088605 100755 (executable)
@@ -31,6 +31,9 @@ ar71xx_board_name() {
        *EAP7660D)
                name="eap7660d"
                ;;
+       *JA76PF)
+               name="ja76pf"
+               ;;
        *"Bullet M")
                name="bullet-m"
                ;;
@@ -118,6 +121,9 @@ ar71xx_board_name() {
        *TL-WR941ND)
                name="tl-wr941nd"
                ;;
+       *UniFi)
+               name="unifi"
+               ;;
        *WP543)
                name="wp543"
                ;;
This page took 0.02507 seconds and 4 git commands to generate.