diff options
| author | Tim Harvey | 2023-03-15 19:58:33 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-02-15 20:21:11 +0000 |
| commit | 4d3f6e1b43ccde413322a7b6ac0c6f21456ac187 (patch) | |
| tree | 1ce228b3fb2fc44d90283fdcea3a906df2f5de2c | |
| parent | 2a21a6918562cb4ced7b282388dc0e9297d3375a (diff) | |
| download | wigyori-4d3f6e1b43ccde413322a7b6ac0c6f21456ac187.tar.gz | |
imx: update default network config for ventana
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>
| -rw-r--r-- | target/linux/imx/cortexa9/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
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 1ef2fcdc65..3aad761a15 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' |