diff options
Diffstat (limited to 'target/linux/ath79/generic/base-files')
-rw-r--r-- | target/linux/ath79/generic/base-files/etc/board.d/01_leds | 3 | ||||
-rw-r--r-- | target/linux/ath79/generic/base-files/etc/board.d/02_network | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/01_leds b/target/linux/ath79/generic/base-files/etc/board.d/01_leds index 8b4c83fd2c..0809e40137 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/01_leds +++ b/target/linux/ath79/generic/base-files/etc/board.d/01_leds @@ -310,6 +310,9 @@ qca,ap143-16m) qihoo,c301) ucidef_set_led_wlan "wlan" "WLAN" "green:wlan" "phy0tpt" ;; +ruckus,zf7372) + ucidef_set_led_switch "lan" "LAN" "green:eth1" "switch0" "0x02" + ;; samsung,wam250) ucidef_set_led_netdev "lan" "LAN" "white:lan" "eth0" ;; diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network index 4d3296c0af..0fe18a8d38 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/02_network +++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network @@ -123,6 +123,7 @@ ath79_setup_interfaces() engenius,enstationac-v1|\ engenius,ews511ap|\ ocedo,ursus|\ + ruckus,zf7372|\ ubnt,unifi-ap-outdoor-plus) ucidef_set_interface_lan "eth0 eth1" ;; @@ -684,6 +685,10 @@ ath79_setup_macs() wan_mac=$(mtd_get_mac_binary factory 0x0) lan_mac=$(macaddr_setbit_la "$wan_mac") ;; + ruckus,zf7372) + lan_mac=$(mtd_get_mac_binary board-data 0x807E) + label_mac=$lan_mac + ;; sitecom,wlr-7100|\ sitecom,wlr-8100) lan_mac=$(mtd_get_mac_ascii u-boot-env ethaddr) |