forked from Ivasoft/openwrt
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>
This commit is contained in:
committed by
Piotr Dymacz
parent
902590e175
commit
e3dc036cbf
@@ -259,6 +259,15 @@ rb-2011uias-2hnd)
|
||||
ucidef_set_led_switch "eth9" "ETH9" "rb:green:eth9" "switch1" "0x04"
|
||||
ucidef_set_led_switch "eth10" "ETH10" "rb:green:eth10" "switch1" "0x02"
|
||||
;;
|
||||
rb-lhg-5nd)
|
||||
ucidef_set_led_netdev "lan" "LAN" "rb:green:eth" "eth0"
|
||||
ucidef_set_rssimon "wlan0" "200000" "1"
|
||||
ucidef_set_led_rssi "rssilow" "RSSILOW" "rb:green:rssi0" "wlan0" "1" "100" "0" "13"
|
||||
ucidef_set_led_rssi "rssimediumlow" "RSSIMEDIUMLOW" "rb:green:rssi1" "wlan0" "20" "100" "-19" "13"
|
||||
ucidef_set_led_rssi "rssimedium" "RSSIMEDIUM" "rb:green:rssi2" "wlan0" "40" "100" "-39" "13"
|
||||
ucidef_set_led_rssi "rssimediumhigh" "RSSIMEDIUMHIGH" "rb:green:rssi3" "wlan0" "60" "100" "-59" "13"
|
||||
ucidef_set_led_rssi "rssihigh" "RSSIHIGH" "rb:green:rssi4" "wlan0" "80" "100" "-79" "13"
|
||||
;;
|
||||
rb-mapl-2nd)
|
||||
ucidef_set_led_default "power" "POWER" "rb:green:power" "1"
|
||||
ucidef_set_led_netdev "lan" "LAN" "rb:green:eth" "eth0"
|
||||
|
||||
@@ -90,6 +90,7 @@ ar71xx_setup_interfaces()
|
||||
rb-911g-5hpnd|\
|
||||
rb-912uag-2hpnd|\
|
||||
rb-912uag-5hpnd|\
|
||||
rb-lhg-5nd|\
|
||||
rb-mapl-2nd|\
|
||||
rb-sxt2n|\
|
||||
rb-sxt5n|\
|
||||
|
||||
@@ -306,6 +306,7 @@ get_status_led() {
|
||||
rb-912uag-5hpnd|\
|
||||
rb-941-2nd|\
|
||||
rb-951ui-2nd|\
|
||||
rb-lhg-5nd|\
|
||||
rb-mapl-2nd)
|
||||
status_led="rb:green:user"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user