-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update openwrt network configs for openwrt dsa conversion #367
Comments
So attempted to take a stab at this today... Heres what I found: The default image from the latest stable release (22.03.1) still has Per the release notes for ~21.02.01:
For the ath79 (WNDR 3700v2, 3800, 3800ch) architecture specifically: DSA is not supported for the majority of the models in that architecture. As mentioned above only only TP-Link TL WR941ND There are existing attempted to port large swaths of the architecture: openwrt/openwrt#4622 But I dont believe even this PR once merged would effect the ath79 chipset we use on for the Netgear WNDR 3700v2, 3800, & 3800ch. The switch in the netgear WNDR 3700v2, 3800, 3800ch: Potentially it could be enabled similar to something like - CONFIG_SWCONFIG=y However I think there still need to be more done to the |
Good news is the potential front runner for #410 - https://openwrt.org/toh/linksys/e8450 has a mediatek chipset with So what we might be able to do is just conditionally support configuration for |
Discussion about openwrt dsa bridge with mixed vlans: https://forum.openwrt.org/t/migrating-to-dsa-bridging-across-vlans-not-ports/138061 |
Description
@davidelang caught this on the mailing list
When we upgrade to openwrt 20.0x its been suggested we update our network configurations for the onboard interfaces and switches within the AP hardware.WNDR 3700v2 and similar devices do not support dsa at this time.This originated from the mailing list: http://lists.infradead.org/mailman/listinfo/openwrt-adm
Will get more specifics when Im fulled added to this.
Update:
dsa
, see: https://openwrt.org/docs/guide-user/network/dsa/converting-to-dsaAcceptance Criteria
The text was updated successfully, but these errors were encountered: