diff options
Diffstat (limited to 'target/linux/ramips/mt7620/base-files')
-rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/01_leds | 9 | ||||
-rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds index 53487d7526..5c104b98c2 100644 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds @@ -81,6 +81,15 @@ dlink,dwr-960) ucidef_set_led_switch "lan" "lan" "green:lan" "switch0" "0x2e" ucidef_set_led_switch "wan" "wan" "green:wan" "switch0" "0x01" ;; +domywifi,dm202|\ +domywifi,dm203|\ +domywifi,dw22d) + ucidef_set_led_switch "lan1" "lan1" "amber:lan1" "switch0" "0x02" + ucidef_set_led_switch "lan2" "lan2" "amber:lan2" "switch0" "0x04" + ucidef_set_led_switch "lan3" "lan3" "amber:lan3" "switch0" "0x08" + ucidef_set_led_switch "lan4" "lan4" "amber:lan4" "switch0" "0x10" + ucidef_set_led_switch "wan" "wan" "amber:wan" "switch0" "0x01" + ;; dovado,tiny-ac) ucidef_set_led_netdev "wifi_led" "wifi" "orange:wifi" "wlan0" ;; diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network index 057428e622..6732a2cb0b 100644 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network @@ -76,6 +76,9 @@ ramips_setup_interfaces() asus,rt-ac54u|\ asus,rt-n14u|\ bdcom,wap2100-sk|\ + domywifi,dm202|\ + domywifi,dm203|\ + domywifi,dw22d|\ edimax,ew-7478apc|\ glinet,gl-mt300a|\ glinet,gl-mt300n|\ @@ -281,6 +284,9 @@ ramips_setup_macs() wan_mac=$(macaddr_add "$(mtd_get_mac_binary factory 0x28)" 1) ;; alfa-network,r36m-e4g|\ + domywifi,dm202|\ + domywifi,dm203|\ + domywifi,dw22d|\ zbtlink,zbt-we1026-h-32m) wan_mac=$(mtd_get_mac_binary factory 0x2e) label_mac=$(mtd_get_mac_binary factory 0x4) |