diff mbox series

imx: update default network config for ventana

Message ID 20240108213925.3271998-1-tharvey@gateworks.com
State Accepted, archived
Headers show
Series imx: update default network config for ventana | expand

Commit Message

Tim Harvey Jan. 8, 2024, 9:39 p.m. UTC
update the default network configuration for Gateworks Ventana boards
such that the left-most front-panel NIC is WAN and any additional are in
LAN bridge

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 target/linux/imx/cortexa9/base-files/etc/board.d/02_network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/target/linux/imx/cortexa9/base-files/etc/board.d/02_network b/target/linux/imx/cortexa9/base-files/etc/board.d/02_network
index 1ef2fcdc65cd..3aad761a1568 100644
--- a/target/linux/imx/cortexa9/base-files/etc/board.d/02_network
+++ b/target/linux/imx/cortexa9/base-files/etc/board.d/02_network
@@ -34,7 +34,7 @@  gw,imx6q-gw53xx|\
 gw,imx6q-gw5400-a|\
 gw,imx6q-gw54xx|\
 gw,imx6q-gw552x)
-	ucidef_set_interfaces_lan_wan 'eth0' 'eth1'
+	ucidef_set_interfaces_lan_wan 'eth1' 'eth0'
 	;;
 wand,imx6dl-wandboard)
 	ucidef_set_interface_wan 'eth0'