diff options
author | Ryan Mounce <ryan@mounce.com.au> | 2017-03-08 19:37:00 +1030 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-03-23 09:35:14 +0100 |
commit | 540edf704501db3ec8dcb278a7f1df52de222ae0 (patch) | |
tree | 11a29e0cb05169e288e970364dc393a5f21a9421 /target/linux/ar71xx/base-files/etc/board.d | |
parent | dce3b0057b986ab3278392607433b862e2865416 (diff) | |
download | upstream-540edf704501db3ec8dcb278a7f1df52de222ae0.tar.gz upstream-540edf704501db3ec8dcb278a7f1df52de222ae0.tar.bz2 upstream-540edf704501db3ec8dcb278a7f1df52de222ae0.zip |
ar71xx: add support for MikroTik hAP ac lite
This patch adds support for the MikroTik RouterBOARD hAP ac lite
(RB952Ui-5ac2nD).
The hAP ac lite is nearly identical to the hAP, with an added QCA9887
5GHz radio. The 2.4GHz radio ID is also changed in the hAP ac lite.
Signed-off-by: Ryan Mounce <ryan@mounce.com.au>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/board.d')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/01_leds | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/02_network | 1 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds index 686ae31b75..a5b2730603 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -239,7 +239,8 @@ rb-750up-r2) rb-941-2nd) ucidef_set_led_timer "user" "USR/ACT" "rb:green:user" "1000" "1000" ;; -rb-951ui-2nd) +rb-951ui-2nd|\ +rb-952ui-5ac2nd) ucidef_set_led_timer "user" "USER" "rb:green:user" "1000" "1000" ucidef_set_led_netdev "port1" "port1" "rb:green:port1" "eth0" ucidef_set_led_switch "port2" "port2" "rb:green:port2" "switch0" "0x10" diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index 20b34e8965..3888cbe897 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -142,6 +142,7 @@ ar71xx_setup_interfaces() rb-750up-r2|\ rb-951ui-2hnd|\ rb-951ui-2nd|\ + rb-952ui-5ac2nd|\ routerstation|\ tl-wr710n|\ tl-wr720n-v3|\ diff --git a/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches b/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches index 4bb319c937..2b18741cd9 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches +++ b/target/linux/ar71xx/base-files/etc/board.d/03_gpio_switches @@ -28,7 +28,8 @@ rb-912uag-5hpnd) ucidef_add_gpio_switch "usb_power_switch" "USB Power Switch" "52" "1" ;; rb-750up-r2|\ -rb-951ui-2nd) +rb-951ui-2nd|\ +rb-952ui-5ac2nd) ucidef_add_gpio_switch "usb_power_switch" "USB Power Switch" "45" "1" ucidef_add_gpio_switch "poe_passthrough" "PoE Passthrough" "14" ;; |