[PATCH v2 1/2] bcm53xx: remove extsw interface on Linksys EA9500
Arınç ÜNAL
arinc.unal at arinc9.com
Mon Oct 25 14:35:43 PDT 2021
This patch series can be disregarded as the first patch in this series
causes a bigger issue than the one it fixes.
Ref: https://forum.openwrt.org/t/build-for-linksys-ea9500/1817/999
Arınç
On 23/10/2021 22:56, Arınç ÜNAL wrote:
> Remove extsw interface from the bridge as it's used as a master interface by the DSA driver.
>
> Signed-off-by: Arınç ÜNAL <arinc.unal at arinc9.com>
> ---
> target/linux/bcm53xx/base-files/etc/board.d/02_network | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network
> index 6d970e1d0e3a..0f391f5e2d38 100644
> --- a/target/linux/bcm53xx/base-files/etc/board.d/02_network
> +++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network
> @@ -14,7 +14,7 @@ bcm53xx_setup_interfaces()
> ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" "wan"
> ;;
> linksys,panamera)
> - ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6 lan7 lan8 extsw" "wan"
> + ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6 lan7 lan8" "wan"
> ;;
> luxul,xap-1610-v1)
> ucidef_set_interface_lan "poe lan" "dhcp"
>
More information about the openwrt-devel
mailing list