X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/adc3f3a1c54ba50ca108e01cf1a28f5fbc7c707d..4e8c80cba447f0ace6c68b1355f1fac00eb7d759:/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 ae593b315..b1c3b83ea 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -10,15 +10,36 @@ ar71xx_board_name() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in + *AP81) + name="ap81" + ;; + *AP83) + name="ap83" + ;; *AW-NR580) name="aw-nr580" ;; + *"Bullet M") + name="bullet-m" + ;; + *"Nanostation M") + name="nanostation-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" ;; @@ -31,21 +52,39 @@ ar71xx_board_name() { *RB-493) name="rb-493" ;; + *"Rocket M") + name="rocket-m" + ;; *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" ;;