diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-06 06:45:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-06 06:45:07 +0000 |
commit | ff6417252a2413faed6fee96fc4de3fadbf649f3 (patch) | |
tree | 6d7f395eee5d1179fffa24af72b2fd5f1489a694 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 4442cefd055ba239d2e3f326583a71ae3c5507e2 (diff) | |
download | master-187ad058-ff6417252a2413faed6fee96fc4de3fadbf649f3.tar.gz master-187ad058-ff6417252a2413faed6fee96fc4de3fadbf649f3.tar.bz2 master-187ad058-ff6417252a2413faed6fee96fc4de3fadbf649f3.zip |
ar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnD
Great collaboration on these two fantastic routers on the openwrt forum:
https://forum.openwrt.org/viewtopic.php?id=32320
Above all kudos to aryufan. Well done and thank you everyone else who
contributed.
To-Do: LED for wlan is not yet activated
To-Do: TxPower over 20dBm (RB751U) or 22dBm (RB751G) are not accepted by
the router
Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>
[juhosg: fix line wrapped patch, fix checkpatch errors, add missing
kernel patches]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index be42aad9e5..3802e12179 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -250,6 +250,12 @@ ar71xx_board_detect() { *"RouterBOARD 750GL") name="rb-750gl" ;; + *"RouterBOARD 751") + name="rb-751" + ;; + *"RouterBOARD 751G") + name="rb-751g" + ;; *"Rocket M") name="rocket-m" ;; |