X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Far71xx.sh;h=9e33ffd3f53e8345d5fcf2841eb5225a5f7a7e90;hp=15f3250e805efff70abf65e49b22451da7a2fd68;hb=646937135fc59d81526ed30e6d2abd7b5d578736;hpb=8eb616de8248f4e85b392ae0dd9b037dfc011202 diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 15f3250e80..9e33ffd3f5 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -10,6 +10,12 @@ ar71xx_board_name() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in + *AP121) + name="ap121" + ;; + *AP121-MINI) + name="ap121-mini" + ;; *AP81) name="ap81" ;; @@ -61,6 +67,9 @@ ar71xx_board_name() { *PB44) name="pb44" ;; + *PB92) + name="pb92" + ;; *"RouterBOARD 411/A/AH") name="rb-411" ;; @@ -148,6 +157,9 @@ ar71xx_board_name() { *WZR-HP-G300NH) name="wzr-hp-g300nh" ;; + *WZR-HP-G301NH) + name="wzr-hp-g301nh" + ;; *ZCN-1523H-2) name="zcn-1523h-2" ;;