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 | 3 | ||||
-rw-r--r-- | target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 3 |
2 files changed, 5 insertions, 1 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 694f3d1541..8d438538fc 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 @@ -125,6 +125,9 @@ hnet,c108) ucidef_set_led_netdev "lan" "lan" "green:lan" "eth0" ucidef_set_led_netdev "modem" "modem" "green:modem" "wwan0" ;; +humax,e2) + ucidef_set_led_netdev "lan" "lan" "green:lan" "eth0" + ;; iodata,wn-ac1167gr|\ iodata,wn-ac733gr3) ucidef_set_led_wlan "wlan5g" "WLAN5G" "green:wlan5g" "phy0radio" 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 a64891f94a..ea8394ec59 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 @@ -100,7 +100,8 @@ ramips_setup_interfaces() "0:lan:1" "1:lan:2" "2:lan:3" "3:lan:4" "4:wan:5" "6@eth0" ;; comfast,cf-wr800n|\ - hnet,c108) + hnet,c108|\ + humax,e2) ucidef_add_switch "switch0" \ "4:lan" "6@eth0" ;; |