X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fbase-files%2Flib%2Far71xx.sh;h=f39d5dc9beac409ab132498410717cf7931510aa;hp=09ea0f6f9dd95dc7440d479c3785eb8a28374780;hb=e82681c7cde5daf104784456e0eeebc0feea22b1;hpb=148f439167cca2adc0e3751eb7489ef914df58ed diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 09ea0f6f9d..f39d5dc9be 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -19,6 +19,18 @@ ar71xx_board_name() { *AW-NR580) name="aw-nr580" ;; + *"DIR-600 rev. A1") + name="dir-600-a1" + ;; + *"DIR-825 rev. B1") + name="dir-825-b1" + ;; + *"Bullet M") + name="bullet-m" + ;; + *"Nanostation M") + name="nanostation-m" + ;; *LS-SR71) name="ls-sr71" ;; @@ -46,18 +58,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-WR1043ND) + name="tl-wr1043nd" + ;; + *"DIR-615 rev. C1") + name="dir-615-c1" + ;; + *TL-WR741ND) + name="tl-wr741nd" + ;; + *"TL-WR841N v1") + name="tl-wr841n-v1" + ;; *TL-WR941ND) name="tl-wr941nd" ;; *WP543) name="wp543" ;; + *WNDR3700) + name="wndr3700" + ;; *WNR2000) name="wnr2000" ;; @@ -67,6 +100,9 @@ ar71xx_board_name() { *WRT400N) name="wrt400n" ;; + *WZR-HP-W300NH) + name="wzr-hp-w300nh" + ;; *) name="generic" ;;