X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/3481530afdc0be85acde6cacfd77af1ab4af8a5f..a08050a04875fcc54de48f3acd84f957385411ae:/target/linux/ar71xx/base-files/lib/ar71xx.sh?ds=sidebyside diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index b4612dc63..fa00516c2 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" ;; @@ -25,12 +28,18 @@ ar71xx_board_name() { *"DIR-825 rev. B1") name="dir-825-b1" ;; + *EAP7660D) + name="eap7660d" + ;; *"Bullet M") name="bullet-m" ;; *"Nanostation M") name="nanostation-m" ;; + *JWAP003) + name="jwap003" + ;; *LS-SR71) name="ls-sr71" ;; @@ -67,6 +76,9 @@ ar71xx_board_name() { *"RouterBOARD 493/AH") name="rb-493" ;; + *"RouterBOARD 750") + name="rb-750" + ;; *"Rocket M") name="rocket-m" ;; @@ -85,6 +97,12 @@ ar71xx_board_name() { *"DIR-615 rev. C1") name="dir-615-c1" ;; + *TL-MR3420) + name="tl-mr3420" + ;; + *TL-WA901ND) + name="tl-wa901nd" + ;; *TL-WR741ND) name="tl-wr741nd" ;; @@ -112,6 +130,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" ;;