Skip to content

Commit 75af6a0

Browse files
tk154hauke
authored andcommitted
x86: add all ports to the Gowin 1U default network config
Commit e52c57b renamed all network ports to match the faceplate of the Gowin 1U Rack Mount Server and added the br-lan bridge for the eth* ports. This commit adds the PoE port to the br-lan bridge and a br-wan bridge for the two SFP ports so that all ports are part of the default network configuration. Signed-off-by: Til Kaiser <[email protected]> Link: openwrt/openwrt#16965 Signed-off-by: Hauke Mehrtens <[email protected]>
1 parent 7bb99bc commit 75af6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/linux/x86/base-files/etc/board.d/02_network

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gowin-solution-co-ltd-gw-mb-u01)
5858
ucidef_set_network_device_path_port "sfp2" "$sfp_device/$sfp_port" "0"
5959
fi
6060

61-
ucidef_set_interface_lan "eth1 eth2 eth3 eth4"
61+
ucidef_set_interfaces_lan_wan "eth1 eth2 eth3 eth4 poe" "sfp1 sfp2"
6262
;;
6363
pc-engines-apu1|pc-engines-apu2|pc-engines-apu3)
6464
ucidef_set_interfaces_lan_wan "eth1 eth2" "eth0"

0 commit comments

Comments
 (0)