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

Synchronize official source code #130

Merged
merged 10 commits into from
Sep 25, 2024
Merged

Synchronize official source code #130

merged 10 commits into from
Sep 25, 2024

Commits on Sep 22, 2024

  1. ramips: tp-link er605-v2: Remove sysupgrade-tar image

    The sysupgrade-tar image build is not defined for this target, do not
    add a build instruction for it. The build system will use the definition
    from the dna_valokuitu-plus-ex400 board and the build will fail.
    
    This fixes the build of the ramips target.
    
    Fixes: 665c215 ("ramips: add basic support for tp-link er605-v2")
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    (cherry picked from commit 746e894)
    hauke committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4d4d260 View commit details
    Browse the repository at this point in the history
  2. ath79: fix I2C pins on GL-AR750

    Change I2C pin flags to GPIO_ACTIVE_HIGH and change SDA to GPIO1.
    
    On my late production GL-AR750 (purchased 2024):
    SCL = GPIO16
    SDA = GPIO1
    
    Bug report:
    I2C bus doesn't work in GL-AR750
    openwrt#16319
    
    Signed-off-by: Ryan Salsbury <ryanrs@gmail.com>
    Link: openwrt#16406
    Signed-off-by: Robert Marko <robimarko@gmail.com>
    (cherry picked from commit 2e626ae)
    Signed-off-by: Ryan Salsbury <ryanrs@gmail.com>
    Link: openwrt#16446
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    ryanrsrs authored and hauke committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    8e75eed View commit details
    Browse the repository at this point in the history
  3. realtek: 5.15: backport VLAN fix

    With commit a22d359 VLAN handling was fixed for kernel 6.6.
    This restored network connectivity of the devices. For easy testing
    backport the fix for 5.15 too.
    
    Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
    Link: openwrt#16391
    Signed-off-by: Robert Marko <robimarko@gmail.com>
    (cherry picked from commit 35e1324)
    Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
    plappermaul authored and svanheule committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    ace0131 View commit details
    Browse the repository at this point in the history
  4. firmware-utils: bump to latest openwrt-23.05

    This version bump contains one patch improving compatibility with recent
    vendor firmware versions:
      - commit f3b636d0ee47 ("tplink-safeloader: bump EAP610-V3 compat_level")
    
    Signed-off-by: Sander Vanheule <sander@svanheule.net>
    svanheule committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a2a6780 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. ipq40xx: re-add label MAC address for FritzBox 4040

    The MAC address of the GMAC is contained inside the CWMP-Account
    number on the label.
    
    The label MAC address alias was defined previously, but it has been
    removed with the switch to IPQESS / DSA.
    
    Restore the label MAC address alias.
    
    Fixes: 27b441c ("ipq40xx: drop ESSEDMA + AR40xx DTS nodes")
    Signed-off-by: Fabian Bläse <fabian@blaese.de>
    Reviewed-by: Robert Marko <robimarko@gmail.com>
    (cherry picked from commit b22d382)
    Signed-off-by: Tom Herbers <mail@tomherbers.de>
    Link: openwrt#16459
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    fblaese authored and hauke committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    87fbb50 View commit details
    Browse the repository at this point in the history
  2. build: align SOURCE path for build system and SDK

    Building a package in the build system or the SDK results in different
    values for the `SOURCE` property, it's either `packages/<package name>`
    or `feeds/base/<package name>`. The reason is that the SDK handles
    `openwrt.git` as an external feed called while the build system contains
    the *base* packages directly.
    
    Since packages created with either method are (ideally) the same (bit
    for bit), align the content of SOURCE. To do so this commit creates a
    symlink from `feeds/base` to `$(TOPDIR)/package` and adopts the SOURCE
    when building from inside the build system.
    
    Signed-off-by: Paul Spooren <mail@aparcar.org>
    aparcar authored and lynxis committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    10cc5fc View commit details
    Browse the repository at this point in the history
  3. OpenWrt v23.05.5: adjust config defaults

    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    hauke committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    28cf53e View commit details
    Browse the repository at this point in the history
  4. OpenWrt v23.05.5: revert to branch defaults

    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    hauke committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dced292 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. kernel: r8125: add CONFLICT to rss variant

    The rss variant should conflict with the default.
    
    Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
    Link: openwrt#16460
    (cherry picked from d39078c)
    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    aiamadeus authored and Noltari committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1d9f6d3 View commit details
    Browse the repository at this point in the history
  2. kernel: r8126: add CONFLICT to rss variant

    The rss variant should conflict with the default.
    
    Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
    Link: openwrt#16460
    (cherry picked from b83c744)
    Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
    aiamadeus authored and Noltari committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6e561fe View commit details
    Browse the repository at this point in the history