diff options
author | Thibaut VARENE <hacks@slashdirt.org> | 2017-02-09 23:07:23 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-15 11:28:58 +0100 |
commit | b2044a7f60e789edbe8d4e0f3fd74ef6aaa6be40 (patch) | |
tree | e300a9fb2399fbdefbb4cf3cfb156f7db8160f31 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 19f42663d294cfd00770e7c6a9048772e074789d (diff) | |
download | mtk-20170518-b2044a7f60e789edbe8d4e0f3fd74ef6aaa6be40.zip mtk-20170518-b2044a7f60e789edbe8d4e0f3fd74ef6aaa6be40.tar.gz mtk-20170518-b2044a7f60e789edbe8d4e0f3fd74ef6aaa6be40.tar.bz2 |
ar71xx: add support for RB750r2
This patch adds support for the MikroTik RouterBOARD hEX lite
https://routerboard.com/RB750r2
Specifications:
- SoC: Qualcomm QCA9531 (850MHz)
- RAM: 64MB
- Storage: 16MB NOR SPI flash
- Ethernet: 5x100M (1 PoE in)
This ethernet router is based on the same platform as the hEX PoE lite (it
shares the same board identifier), but has no USB and no PoE out.
Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index f4e5441..fc3a5dd 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -838,6 +838,9 @@ ar71xx_board_detect() { *"RouterBOARD 750GL") name="rb-750gl" ;; + *"RouterBOARD 750 r2") + name="rb-750-r2" + ;; *"RouterBOARD 750UP r2") name="rb-750up-r2" ;; |