fix: properly detect lan3/4 on fb7360 (and probably other fritzboxes)#126
Open
lemoer wants to merge 1 commit into
Open
fix: properly detect lan3/4 on fb7360 (and probably other fritzboxes)#126lemoer wants to merge 1 commit into
lemoer wants to merge 1 commit into
Conversation
This adds a patch to gluon to openwrt to linux. The issue is theoretically still present up to the current mainline linux kernel and is still not fixed there yet. Discussion on the patchset can be found here: Link: https://lore.kernel.org/netdev/20260520151355.1371163-1-leo.moerlein@proton.me/T/#u As it currently seems, a proper upstream patch needs more work. Due to good luck and boot timing, the issue doesn't seem to occurr in OpenWrt 25.12 currently during the normal boot. It is still existing though and can be triggered by manually reloading the lantiq_gswip kernel module. See here: Link: openwrt/openwrt#20629 However, in OpenWrt 24.10 (which we are currently using), the bug is really annoying since it is triggered during bootup and lan3/lan4 do not come up at all. So, since we are currently still using OpenWrt 24.10, we apply the patch as a hotfix here. Even though upstream would like to solve things differently, the patch still works and we go for it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a patch to gluon to openwrt to linux.
The issue is theoretically still present up to the current mainline linux kernel and is still not fixed there yet.
Discussion on the patchset can be found here:
Link: https://lore.kernel.org/netdev/20260520151355.1371163-1-leo.moerlein@proton.me/T/#u
As it currently seems, a proper upstream patch needs more work.
Due to good luck and boot timing, the issue doesn't seem to occurr in OpenWrt 25.12 currently during the normal boot. It is still existing though and can be triggered by manually reloading the lantiq_gswip kernel module.
See here:
Link: openwrt/openwrt#20629
However, in OpenWrt 24.10 (which we are currently using), the bug is really annoying since it is triggered during bootup and lan3/lan4 do not come up at all.
So, since we are currently still using OpenWrt 24.10, we apply the patch as a hotfix here. Even though upstream would like to solve things differently, the patch still works and we go for it.