Skip to content
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

[OpenWrt 24.10] kernel: bridge: readding MLD wakeup call feature #3372

Open
wants to merge 7 commits into
base: openwrt-24.10
Choose a base branch
from

Commits on Nov 5, 2024

  1. docker: add swig dependency

    Swig is now required to be installed by OpenWrt.
    
    Signed-off-by: David Bauer <[email protected]>
    blocktrron committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    092bfa6 View commit details
    Browse the repository at this point in the history
  2. routing: remove noflood

    Patch needs a rebase. Remove in the meantime.
    
    Signed-off-by: David Bauer <[email protected]>
    blocktrron committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3033092 View commit details
    Browse the repository at this point in the history
  3. mediatek-mt7622: remove Xiaomi Redmi AX6S

    Kernel partition became to small.
    
    Signed-off-by: David Bauer <[email protected]>
    blocktrron committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    986114c View commit details
    Browse the repository at this point in the history
  4. ramips-mt7621: remove Edgerouter X

    Kernel exceeds max size.
    
    Signed-off-by: David Bauer <[email protected]>
    blocktrron committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b3f3aa0 View commit details
    Browse the repository at this point in the history
  5. scripts: remove temporary output directory

    Signed-off-by: David Bauer <[email protected]>
    blocktrron committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    da77019 View commit details
    Browse the repository at this point in the history
  6. modules: switch to OpenWrt 24.10

    neocturne authored and blocktrron committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    76b25f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. kernel: bridge: readding MLD wakeup call feature

    With the update to OpenWrt 24.10 the bridge MLD wakeup call feature was
    removed. However the issue with Android devices and MLD is still
    present. Therefore readding the bridge MLD wakeup call patch and porting
    it to Linux 6.6 / OpenWrt 24.10.
    
    Link: https://issuetracker.google.com/issues/149630944
    Fixes: 76b25f0 ("modules: switch to OpenWrt 24.10")
    Signed-off-by: Linus Lüssing <[email protected]>
    T-X committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    33a489a View commit details
    Browse the repository at this point in the history