aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/x86/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/x86/base-files/etc/board.d/01_leds2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/base-files/etc/board.d/01_leds b/target/linux/x86/base-files/etc/board.d/01_leds
index 03df810972..6a5ff03b37 100755
--- a/target/linux/x86/base-files/etc/board.d/01_leds
+++ b/target/linux/x86/base-files/etc/board.d/01_leds
@@ -10,7 +10,7 @@ board_config_update
board=$(cat /tmp/sysinfo/board_name) 2>/dev/null
case "$board" in
-pc-engines-apu2)
+pc-engines-apu|pc-engines-apu2)
ucidef_set_led_netdev "wan" "WAN" "apu2:green:led3" "eth0"
ucidef_set_led_netdev "lan" "LAN" "apu2:green:led2" "br-lan"
ucidef_set_led_default "diag" "DIAG" "apu2:green:power" "1"