]> git.ipfire.org Git - thirdparty/openwrt.git/commit
bmips: use wan ports as standalone ports 19017/head
authorJonas Gorski <jonas.gorski@gmail.com>
Wed, 4 Jun 2025 08:32:29 +0000 (10:32 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sat, 7 Jun 2025 07:58:19 +0000 (09:58 +0200)
commit15430a13485beda914b100d3d23652d1759c39a5
tree2d84bb245f0f911bfb8f56207d17ab303ba49e62
parent1a97278ee1dccebda344b9e9497c5b5ec54b8d50
bmips: use wan ports as standalone ports

With the recent fixes backported to 6.12, b53 ports should now fully
work as standalone ports outside of a switch.

So move them out of the switch and use them as standalone ports, which
makes configuring easier as VLANs don't need to be defined and reserved
anymore to use the wan port.

Tested on DGND3700v1.

While most devices do not define a wan port, I dropped the
ucidef_set_bridge_device() from all devices for consistency.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
target/linux/bmips/bcm6318/base-files/etc/board.d/02_network
target/linux/bmips/bcm63268/base-files/etc/board.d/02_network
target/linux/bmips/bcm6328/base-files/etc/board.d/02_network
target/linux/bmips/bcm6358/base-files/etc/board.d/02_network
target/linux/bmips/bcm6362/base-files/etc/board.d/02_network
target/linux/bmips/bcm6368/base-files/etc/board.d/02_network