X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d360a52adc08b17c6ce2a7efb174b9c474a3cd43..c4ebd81b8f7722e9286aac7d67cd46d845f72c43:/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..6ef7605a5 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -13,6 +13,9 @@ ar71xx_board_name() { *AP81) name="ap81" ;; + *AP83) + name="ap83" + ;; *AW-NR580) name="aw-nr580" ;; @@ -22,9 +25,15 @@ ar71xx_board_name() { *MZK-W04NU) name="mzk-w04nu" ;; + *MZK-W300NH) + name="mzk-w300nh" + ;; *PB42) name="pb42" ;; + *PB44) + name="pb44" + ;; *RB-411) name="rb-411" ;; @@ -43,6 +52,9 @@ ar71xx_board_name() { *TEW-632BRP) name="tew-632brp" ;; + *TL-WR741ND) + name="tl-wr741nd" + ;; *TL-WR941ND) name="tl-wr941nd" ;; @@ -52,6 +64,12 @@ ar71xx_board_name() { *WNR2000) name="wnr2000" ;; + *WRT160NL) + name="wrt160nl" + ;; + *WRT400N) + name="wrt400n" + ;; *) name="generic" ;;