X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/2d1c688ec90851316bea083782573a441e527102..30b01afb89dc667b59e4171f5a4996db7911799a:/target/linux/ar71xx/base-files/lib/ar71xx.sh?ds=sidebyside diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index e0ba79895..ae593b315 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -10,6 +10,9 @@ ar71xx_board_name() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in + *AW-NR580) + name="aw-nr580" + ;; *LS-SR71) name="ls-sr71" ;;