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

modules: switch to openwrt-23.05 #2920

Merged
merged 14 commits into from
Aug 22, 2023
Merged

Commits on Aug 21, 2023

  1. modules: switch to openwrt-23.05

    Co-authored-by: David Bauer <[email protected]>
    Co-authored-by: Linus Lüssing <[email protected]>
    Signed-off-by: Tom Herbers <[email protected]>
    3 people committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    97a6357 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: Install python3-distutils

    The build process fails without that.
    
    Co-authored-by: Tom Herbers <[email protected]>
    mweinelt and herbetom committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2d4ab0f View commit details
    Browse the repository at this point in the history
  3. generic: don't build Coova-Chilli

    Signed-off-by: David Bauer <[email protected]>
    blocktrron authored and herbetom committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    54c3100 View commit details
    Browse the repository at this point in the history
  4. generic: remove mbedtls

    blocktrron authored and herbetom committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    82444d2 View commit details
    Browse the repository at this point in the history
  5. ath79-generic: rename UniFi AP

    blocktrron authored and herbetom committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4851332 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61fc55f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fba185c View commit details
    Browse the repository at this point in the history
  8. ath79-generic: drop TP-Link Archer C60 v1

    device fails to build
    herbetom authored and blocktrron committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5697255 View commit details
    Browse the repository at this point in the history
  9. ipq40xx: disable boards lacking DSA conversion

    These boards do not support DSA in OpenWrt and thus lack working
    ethernet. Disable them for now.
    
    Co-authored-by: Tom Herbers <[email protected]>
    blocktrron and herbetom committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2b1f79e View commit details
    Browse the repository at this point in the history
  10. ipq40xx: remove nand strings from filenames

    OpenWrt dropped the nand string from filenames in the ipq40xx target [1].
    
    Therefore it's no longer neccesary to work arround it in Gluon.
    
    [1] openwrt/openwrt@d9f7c75
    herbetom authored and blocktrron committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    c49330a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    66a33a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2de3be View commit details
    Browse the repository at this point in the history
  13. ramips-mt7621: rename Cudy WR1300 v1

    herbetom authored and blocktrron committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5c895f9 View commit details
    Browse the repository at this point in the history
  14. ath79: don't create DIR-825 B1 factory image

    Currently the build fails for the D-Link DIR-825 B1. THis is due to the
    factory image being size-constrained. The sysupgrade image is not
    affected, as OpenWrt now uses a concatenated firmware partition.
    
    To newly install such a device, please use the latest OpenWrt 22.03
    factory image and install a Gluon sysupgrade.
    
    Signed-off-by: David Bauer <[email protected]>
    blocktrron committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    488defb View commit details
    Browse the repository at this point in the history