summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorThibaut VARENE <hacks@slashdirt.org>2017-03-06 23:06:13 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2017-03-15 23:00:52 +0100
commite3dc036cbf53bb4c2538b619f986cc3cd2aabc87 (patch)
tree76a016ede7f2b697062ae5cdedeef8c7f746098d /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent902590e17507b0c98986caa15c3712972f78b212 (diff)
downloadmtk-20170518-e3dc036cbf53bb4c2538b619f986cc3cd2aabc87.zip
mtk-20170518-e3dc036cbf53bb4c2538b619f986cc3cd2aabc87.tar.gz
mtk-20170518-e3dc036cbf53bb4c2538b619f986cc3cd2aabc87.tar.bz2
ar71xx: add support for RB LHG 5nD
This patch adds support for the MikroTik RouterBOARD LHG 5 https://routerboard.com/RBLHG-5nD Specifications: - SoC: Atheros AR9344 (600MHz) - RAM: 64MB - Storage: 16MB NOR SPI flash - Wireless: builtin AR9344 5GHz, 2x2:2 - Ethernet: 1x100M Initial flash via initramfs, like all other RB devices. Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 8c87737..4951e5b 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -905,6 +905,9 @@ ar71xx_board_detect() {
*"RouterBOARD 951Ui-2nD")
name="rb-951ui-2nd"
;;
+ *"RouterBOARD LHG 5nD")
+ name="rb-lhg-5nd"
+ ;;
*"RouterBOARD mAP L-2nD")
name="rb-mapl-2nd"
;;