aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x/base-files/etc/board.d
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ipq807x/base-files/etc/board.d')
-rw-r--r--target/linux/ipq807x/base-files/etc/board.d/01_leds3
-rw-r--r--target/linux/ipq807x/base-files/etc/board.d/02_network3
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ipq807x/base-files/etc/board.d/01_leds b/target/linux/ipq807x/base-files/etc/board.d/01_leds
index f0a2bdd7bb..0424958416 100644
--- a/target/linux/ipq807x/base-files/etc/board.d/01_leds
+++ b/target/linux/ipq807x/base-files/etc/board.d/01_leds
@@ -6,6 +6,9 @@ board_config_update
board=$(board_name)
case "$board" in
+edgecore,eap102)
+ ucidef_set_led_netdev "wan" "WAN" "green:wanpoe" "wan"
+ ;;
redmi,ax6|\
xiaomi,ax3600)
ucidef_set_led_netdev "wan" "WAN" "blue:network" "wan"
diff --git a/target/linux/ipq807x/base-files/etc/board.d/02_network b/target/linux/ipq807x/base-files/etc/board.d/02_network
index 273547dc22..8856daff31 100644
--- a/target/linux/ipq807x/base-files/etc/board.d/02_network
+++ b/target/linux/ipq807x/base-files/etc/board.d/02_network
@@ -11,6 +11,9 @@ ipq807x_setup_interfaces()
local board="$1"
case "$board" in
+ edgecore,eap102)
+ ucidef_set_interfaces_lan_wan "lan" "wan"
+ ;;
edimax,cax1800)
ucidef_set_interfaces_lan_wan "lan"
;;