X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f3a925da0090162a7fb4305fbba9649081d01109..b1dfb3f7eb3c6ea58052a9ff0dcea8ae38fcfff1:/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 299d0ed45..09ea0f6f9 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -10,12 +10,30 @@ 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" + ;; *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,6 +58,15 @@ ar71xx_board_name() { *WP543) name="wp543" ;; + *WNR2000) + name="wnr2000" + ;; + *WRT160NL) + name="wrt160nl" + ;; + *WRT400N) + name="wrt400n" + ;; *) name="generic" ;;