X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8119ffe60a5de4a61fc9f8efb1d82bf75505709a..18a076fccdba90cd7bea1dd4cff1b6b0559b75f0:/target/linux/ar71xx/base-files/lib/ar71xx.sh diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 28fe8ff46..ad173e815 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -16,6 +16,9 @@ ar71xx_board_name() { *AP83) name="ap83" ;; + *AP96) + name="ap96" + ;; *AW-NR580) name="aw-nr580" ;; @@ -28,12 +31,18 @@ ar71xx_board_name() { *EAP7660D) name="eap7660d" ;; + *JA76PF) + name="ja76pf" + ;; *"Bullet M") name="bullet-m" ;; *"Nanostation M") name="nanostation-m" ;; + *JWAP003) + name="jwap003" + ;; *LS-SR71) name="ls-sr71" ;; @@ -43,6 +52,9 @@ ar71xx_board_name() { *MZK-W300NH) name="mzk-w300nh" ;; + *"NBG460N/550N/550NH") + name="nbg460n_550n_550nh" + ;; *PB42) name="pb42" ;; @@ -91,6 +103,15 @@ ar71xx_board_name() { *"DIR-615 rev. C1") name="dir-615-c1" ;; + *TL-MR3220) + name="tl-mr3220" + ;; + *TL-MR3420) + name="tl-mr3420" + ;; + *TL-WA901ND) + name="tl-wa901nd" + ;; *TL-WR741ND) name="tl-wr741nd" ;; @@ -118,6 +139,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" ;;