[openwrt/openwrt] x86: Add APU6 board support for startup detection

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 11 06:17:18 PST 2023


ynezz pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/26595eac0580053e5910b04db0458074c6f3b8ee

commit 26595eac0580053e5910b04db0458074c6f3b8ee
Author: Philip Prindeville <philipp at redfish-solutions.com>
AuthorDate: Fri Dec 30 11:17:10 2022 -0700

    x86: Add APU6 board support for startup detection
    
    The APU6 is similar to the APU4 except for eth0 having
    an SFP cage instead of RJ45.
    
    Signed-off-by: Philip Prindeville <philipp at redfish-solutions.com>
---
 target/linux/x86/base-files/etc/board.d/01_leds    | 2 +-
 target/linux/x86/base-files/etc/board.d/02_network | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

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 74ad2d59fe..e639d10808 100644
--- a/target/linux/x86/base-files/etc/board.d/01_leds
+++ b/target/linux/x86/base-files/etc/board.d/01_leds
@@ -11,7 +11,7 @@ cisco-mx100-hw)
 	ucidef_set_led_usbport "usb" "USB" "mx100:green:usb" "1-1-port2"
 	ucidef_set_led_default "diag" "DIAG" "mx100:green:tricolor" "1"
 	;;
-pc-engines-apu1|pc-engines-apu2|pc-engines-apu3)
+pc-engines-apu1|pc-engines-apu2|pc-engines-apu3|pc-engines-apu4|pc-engines-apu5|pc-engines-apu6)
 	ucidef_set_led_netdev "wan" "WAN" "apu:green:3" "eth0"
 	ucidef_set_led_netdev "lan" "LAN" "apu:green:2" "br-lan"
 	ucidef_set_led_default "diag" "DIAG" "apu:green:1" "1"
diff --git a/target/linux/x86/base-files/etc/board.d/02_network b/target/linux/x86/base-files/etc/board.d/02_network
index 9335e297ba..5befba0a62 100644
--- a/target/linux/x86/base-files/etc/board.d/02_network
+++ b/target/linux/x86/base-files/etc/board.d/02_network
@@ -26,6 +26,12 @@ cisco-mx100-hw)
 pc-engines-apu1|pc-engines-apu2|pc-engines-apu3)
 	ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"
 	;;
+pc-engines-apu5)
+	ucidef_set_interfaces_lan_wan "eth1" "eth0"
+	;;
+pc-engines-apu4|pc-engines-apu6)
+	ucidef_set_interfaces_lan_wan "eth1 eth2 eth3" "eth0"
+	;;
 roqos-roqos-core-rc10)
 	ucidef_set_interfaces_lan_wan "eth1" "eth0"
 	;;




More information about the lede-commits mailing list