diff mbox series

[1/1] apu2: add definitions for apu4/6

Message ID 20221228073650.2435882-1-philipp@redfish-solutions.com
State Superseded
Delegated to: Hauke Mehrtens
Headers show
Series [1/1] apu2: add definitions for apu4/6 | expand

Commit Message

Philip Prindeville Dec. 28, 2022, 7:36 a.m. UTC
From: Philip Prindeville <philipp@redfish-solutions.com>

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
---
 target/linux/x86/base-files/etc/board.d/02_network | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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 9335e297ba22bba9a86219e1dac6d17c3d9d889d..3b661353e5f36c40ad13fe8fe4ff20b5d6957efb 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,9 @@  cisco-mx100-hw)
 pc-engines-apu1|pc-engines-apu2|pc-engines-apu3)
 	ucidef_set_interfaces_lan_wan "eth1 eth2" "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"
 	;;