X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2d1c688ec90851316bea083782573a441e527102..b6db7329f48efc92b80750e6526e903f7c7c545b:/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 e0ba79895..c7a606342 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -10,12 +10,24 @@ ar71xx_board_name() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in + *AP81) + name="ap81" + ;; + *AW-NR580) + name="aw-nr580" + ;; *LS-SR71) name="ls-sr71" ;; *MZK-W04NU) name="mzk-w04nu" ;; + *PB42) + name="pb42" + ;; + *PB44) + name="pb44" + ;; *RB-411) name="rb-411" ;; @@ -43,6 +55,12 @@ ar71xx_board_name() { *WNR2000) name="wnr2000" ;; + *WRT160NL) + name="wrt160nl" + ;; + *WRT400N) + name="wrt400n" + ;; *) name="generic" ;;