X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d360a52adc08b17c6ce2a7efb174b9c474a3cd43..cbcaeda0d6e4ac504377ca05311aadfe075fa967:/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 15c6159e1..5ff238871 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -13,18 +13,30 @@ ar71xx_board_name() { *AP81) name="ap81" ;; + *AP83) + name="ap83" + ;; *AW-NR580) name="aw-nr580" ;; + *"Bullet M") + name="bullet-m" + ;; *LS-SR71) name="ls-sr71" ;; *MZK-W04NU) name="mzk-w04nu" ;; + *MZK-W300NH) + name="mzk-w300nh" + ;; *PB42) name="pb42" ;; + *PB44) + name="pb44" + ;; *RB-411) name="rb-411" ;; @@ -40,18 +52,33 @@ ar71xx_board_name() { *RouterStation) name="routerstation" ;; + *"RouterStation Pro") + name="routerstation-pro" + ;; *TEW-632BRP) name="tew-632brp" ;; + *TL-WR741ND) + name="tl-wr741nd" + ;; *TL-WR941ND) name="tl-wr941nd" ;; *WP543) name="wp543" ;; + *WNDR3700) + name"wndr3700" + ;; *WNR2000) name="wnr2000" ;; + *WRT160NL) + name="wrt160nl" + ;; + *WRT400N) + name="wrt400n" + ;; *) name="generic" ;;