Skip to content
成功

変更履歴

概要

  1. tools/squashfs4: fix compile on Alpine Linux (commit: 7f939d9) (details)
  2. realtek: add RTL931x support to rt-loader (commit: 9d31db2) (details)
  3. imagebuilder: implement STRIP_ABI option for manifest target (commit: 23dc466) (details)
  4. openssl: update to 3.5.1 (commit: e2cdcf8) (details)
  5. usbgadget: add OS descriptors support (commit: c5c894f) (details)
  6. mbedtls: update to 3.6.4 (commit: 2c8a433) (details)
  7. usbgadget: bump PKG_RELEASE for os descriptors support (commit: b5c90ed) (details)
  8. mediatek: spinand: force update_cache_variants to use reset for Foresee NAND (commit: edc7cb9) (details)
  9. uboot-mediatek: force update_cache_variants to use reset for Foresee NAND (commit: 94f043b) (details)
  10. libnetfilter-conntrack: bump to 1.1.0 (commit: 3a41c63) (details)
  11. config: drop kernel config symbols removed before v6.6 (commit: 6f9ff39) (details)
  12. ramips: fix wifi nodes to upstream standards (commit: f955716) (details)
  13. airoha: replace PCIe patch with upstream version (commit: 921d438) (details)
  14. generic: backport some flow offload helper patch (commit: 34ba7e8) (details)
  15. airoha: backport minor fixes for ethernet driver (commit: afea8bd) (details)
  16. airoha: backport upstream patch for Flow Offload support for AN7581 (commit: ad20771) (details)
  17. generic: 6.6: drop netdev backported patch for netdev_tx_reset_subqueue (commit: f827d23) (details)
  18. mac80211: add WIFI_SCRIPTS_UCODE to PKG_CONFIG_DEPENDS (commit: 87f130a) (details)
  19. ucode: add patches to improve exception handling for ubus/uloop (commit: 185b48e) (details)
  20. wifi-scripts: ucode: fix iwinfo crash on untracked interfaces (commit: 14b6862) (details)
  21. hostapd: fix potential double free in ubus code (commit: 6e1d4af) (details)
  22. hostapd: disable 802.11be support in the mini variant (commit: 39580b1) (details)
  23. hostapd: update to version 2025-06-27 (commit: 2ac791e) (details)
  24. mac80211: update to version 6.14.11 (commit: 88f4c32) (details)
  25. mediatek: fix switch mdio id on mt7622-rfb1 on linux 6.12 (commit: e618ad0) (details)
  26. hostapd: removed OSU support from configuration files, it was removed in the last hostapd update. (commit: 9738853) (details)
  27. fstools: update to Git HEAD (2025-07-05) (commit: df1bf35) (details)
  28. tools: add erofs-utils (commit: 9ece943) (details)
  29. image: add support for EROFS rootfs image generation (commit: f7fa414) (details)
  30. kernel: fix fraglist GRO on linux 6.12 (commit: 604355e) (details)
  31. image: only calculate EROFS_PCLUSTERSIZE when needed (commit: 5adc663) (details)
  32. mac80211: fix rt2x00 build error on 6.12 (commit: e1d39bd) (details)
  33. hostapd: revert a broken upstream patch that was breaking multi-band operation (commit: bb279e1) (details)
  34. ath9k: add back previous DT compatible strings for ahb (commit: d2b2670) (details)
  35. ucode: fix an issue in exception handling improvement for ubus/uloop (commit: 77b9393) (details)
コミット 7f939d99e771250f16e87e687540caecbec7e9c7 by robimarko
tools/squashfs4: fix compile on Alpine Linux

This backports upstream commit 05a895b3f996[1] to fix
compilation when using musl on the host machine.

[1]: https://github.com/plougher/squashfs-tools/commit/05a895b3f996d1ac157d95b04980f5f047e7dbf7

Signed-off-by: Rany Hany <rany_hany@riseup.net>
Link: https://github.com/openwrt/openwrt/pull/19285
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 7f939d9)
The file was modifiedtools/squashfs4/Makefile (diff)
The file was addedtools/squashfs4/patches/002-print_pager-add-missing-includes.patch
コミット 9d31db2833fd3d2995488a6c28017b115d910a7c by robimarko
realtek: add RTL931x support to rt-loader

The RTL931x devices have an other register that describes the
current RAM configuration. Enhance the identification routine.

Tested on LGS352C (RTL9311).

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19284
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 9d31db2)
The file was modifiedtarget/linux/realtek/image/rt-loader/src/board.c (diff)
コミット 23dc466969f3364dfa7ab480e7745480a2e816f9 by robimarko
imagebuilder: implement STRIP_ABI option for manifest target

When using apk as the package manager, imagebuilder make command

    make manifest STRIP_ABI=1

does not strip package names of their ABI-version suffix.  The ASU
server relies on this to validate builds, so many snapshot build
requests are failing.

Fix this by using the already existing package data parser in
make-index-json.py and augment it to write the result in manifest
format.

Fixes: https://github.com/openwrt/openwrt/issues/19274
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19278
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 23dc466)
The file was modifiedscripts/make-index-json.py (diff)
The file was modifiedtarget/imagebuilder/files/Makefile (diff)
コミット e2cdcf8e4614176d3ff05db0c292440e844d5cb2 by robimarko
openssl: update to 3.5.1

Automatically rebased: 100-Configure-afalg-support.patch

Changes between 3.5.0 and 3.5.1:
Fix x509 application adds trusted use instead of rejected use.
Issue summary: Use of -addreject option with the openssl x509 application
adds a trusted use instead of a rejected use for a certificate.

Impact summary: If a user intends to make a trusted certificate rejected
for a particular use it will be instead marked as trusted for that use.
(CVE-2025-4575)

Aligned the behaviour of TLS and DTLS in the event of a no_renegotiation
alert being received. Older versions of OpenSSL failed with DTLS if a
no_renegotiation alert was received. All versions of OpenSSL do this for TLS.
From 3.2 a bug was exposed that meant that DTLS ignored no_rengotiation.
We have now restored the original behaviour and brought DTLS back into line
with TLS.

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19283
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: e2cdcf8)
The file was modifiedpackage/libs/openssl/patches/100-Configure-afalg-support.patch (diff)
The file was modifiedpackage/libs/openssl/Makefile (diff)
コミット c5c894f7ff9731cb0c24f566f41cdb2fce9aed68 by gch981213
usbgadget: add OS descriptors support

Add OS descriptors support. Configuring OS descriptors allows Microsoft
Windows to bind the right drivers without any additional configuration.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/19237
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
(commit: c5c894f)
The file was modifiedpackage/utils/usbgadget/files/usbgadget.init (diff)
コミット 2c8a433cd2c4f0cd4049e5b0fa147c824ec27c62 by robimarko
mbedtls: update to 3.6.4

This release includes fixes for security issues.

Mbed TLS 3.6 is a long-term support (LTS) branch. It will be supported with bug-fixes and security fixes until at least March 2027.

Security Advisories

For full details, please see the following links:

    Race condition in AESNI support detection [1]
    Heap buffer under-read when parsing PEM-encrypted material [2]
    Unchecked return value in LMS verification allows signature bypass [3]
    Out-of-bounds read in mbedtls_lms_import_public_key() [4]
    Timing side-channel in block cipher decryption with PKCS#7 padding [5]
    NULL pointer dereference after using mbedtls_asn1_store_named_data() [6]
    Misleading memory management in mbedtls_x509_string_to_names() [7]

[1] https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-1/
[2] https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-2/
[3] https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-3/
[4] https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-4/
[5] https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-5/
[6] https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-6/
[7] https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-06-7/

Signed-off-by: Antony Kolitsos <zeusomighty@hotmail.com>
Link: https://github.com/openwrt/openwrt/pull/19291
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 2c8a433)
The file was modifiedpackage/libs/mbedtls/Makefile (diff)
コミット b5c90ed1bdf84550b9b350e28a0de9d88fc74c04 by gch981213
usbgadget: bump PKG_RELEASE for os descriptors support

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
(commit: b5c90ed)
The file was modifiedpackage/utils/usbgadget/Makefile (diff)
コミット edc7cb910433e05eac61b13d94163f1e07fa6af4 by gch981213
mediatek: spinand: force update_cache_variants to use reset for Foresee NAND

Force update_cache_variantsvariants to use reset for Foresee NAND with bad blocks.

Tested on Xiaomi AX3000T + F35SQA001G with bad blocks and without bad blocks

Signed-off-by: Dim Fish <dimfish@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17963
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
(commit: edc7cb9)
The file was addedtarget/linux/mediatek/patches-6.6/411-mtd-spinand-fix-support-for-FORESEE.patch
The file was addedtarget/linux/mediatek/patches-6.12/411-mtd-spinand-fix-support-for-FORESEE.patch
コミット 94f043bf87de3aa16d45b40bcb7a186d03dd8016 by gch981213
uboot-mediatek: force update_cache_variants to use reset for Foresee NAND

Force update_cache_variantsvariants to use reset for Foresee NAND with bad blocks.

Tested on Xiaomi AX3000T + F35SQA001G with bad blocks and without bad blocks

Signed-off-by: Dim Fish <dimfish@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17963
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
(commit: 94f043b)
The file was addedpackage/boot/uboot-mediatek/patches/101-03-mtd-spinand-fix-support-for-FORESEE.patch
コミット 3a41c63eb59f4ba585aeb156cf6b7d8583d49e82 by robimarko
libnetfilter-conntrack: bump to 1.1.0

Updates libnetfilter-conntrack to version 1.1.0.
Removes patches which should no longer be needed according to changelog for
libnetfilter-conntrack 1.1.0

Signed-off-by: Ian Ladd <ianwladd@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19282
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 3a41c63)
The file was modifiedpackage/libs/libnetfilter-conntrack/Makefile (diff)
The file was removedpackage/libs/libnetfilter-conntrack/patches/0001-conntrack-fix-build-with-kernel-5_15-and-musl.patch
コミット 6f9ff392dcccbb7debb243acfdc1f7f195375052 by robimarko
config: drop kernel config symbols removed before v6.6

Since we don't support any kernel versions below v6.6, Kconfig options
that were removed upstream before 6.6 are no longer relevant and should be
dropped.

This commit removes the following obsolete kernel config options:
- KERNEL_UBSAN_NULL: Removed in v4.18 (3ca17b1f3628)
- KERNEL_DEBUG_LL_UART_NONE: Removed in v4.0 (6f5194553c84)
- KERNEL_SLABINFO: Removed in v4.15 (5b36577109be)
- KERNEL_RESOURCE_COUNTERS: Removed in v3.18 (5b1efc027c0b)
- KERNEL_MM_OWNER: Removed in v3.16 (f98bafa06a28)
- KERNEL_MEMCG_SWAP: Removed in v6.1 (e55b9f96860f)
- KERNEL_MEMCG_SWAP_ENABLED: Removed in v5.7 (2d1c498072de)
- KERNEL_DEVPTS_MULTIPLE_INSTANCES: Removed in v4.7 (eedf265aa003)
- KERNEL_DEVKMEM: Removed in v5.13 (bbcd53c96071)
- KERNEL_SECURITY_SELINUX_DISABLE: Removed in v6.4 (f22f9aaf6c3d)

Signed-off-by: Harrison Boyd <harrisonboyd400@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19287
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 6f9ff39)
The file was modifiedconfig/Config-kernel.in (diff)
コミット f95571634161f70d6cb6a1d4f3492aa8dfd8a4ae by robimarko
ramips: fix wifi nodes to upstream standards

Replaced all mt76@ with wifi@ per upstream requirement for all wifi
nodes.

Added missing compatible string where appropriate as stated by mt76.yaml
upstream.

Also updated reg value to be consistent everywhere.

Replace all pci14c3 entries to use mediatek,mt76.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19067
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: f955716)
The file was modifiedtarget/linux/ramips/dts/mt7620a_zbtlink_zbt-ape522ii.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_samknows_whitebox-v8.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_xiaomi_miwifi-mini.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_rostelecom_rt-sf-1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_ubnt_unifi.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_buffalo_wsr-600dhp.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_zyxel_lte3301-plus.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_archer-c20-v5.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_lenovo_newifi-y1.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_mqmaker_witi.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_netgear_ex6150.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_tplink_eap235-wall-v1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_dovado_tiny-ac.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_xiaomi_mi-router-4.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_motorola_mwr03.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_re305.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_dlink_dwr-118-a2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_netgear_sercomm_bzv.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_glinet_gl-mt750.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_wavlink_wl-wn535k1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_edimax_ew-747x.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_re365-v1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_tplink_archer-mr200.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_edimax_br-6208ac-v2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_lava_lr-25g001.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_wavlink_wl-wn575a3.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_ralink_mt7620a-mt7610e-evb.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_zbtlink_zbt-wg2626.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_buffalo_wcr-1166ds.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_asus_rt-ac1200.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_bolt_bl100.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_cameo_810.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_youhua_wr1200js.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_wavlink_wl-wn576a2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_linksys_re6500.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_edimax_br-6478ac-v2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_domywifi.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_archer-mr200-v6.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_archer-c50-v3.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_ravpower_rp-wd009.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_xiaomi_mi-router-3g.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_netgear_sercomm_ayx.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_re200.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_wavlink_wl-wn578a2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_gehua_ghl-r-001.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_tplink_mr600-v2-eu.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_tplink_8m.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_ubnt_unifi-6-lite.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_dlink_dir-860l-b1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_tplink_re2x0-v1.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_iodata_wn-ac1167gr.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_ampedwireless_ally.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_zbtlink_zbt-wg1602-v04.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_zyxel_nwa-ax.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_alfa-network_ac1200rm.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_bolt_arion.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_telco-electronics_x1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_mercury_mac1200r-v2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_archer-c20-v4.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_totolink_lr1200.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_yuncore_cpe200.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_zyxel_keenetic-extra-ii.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_wavlink_wl-wn53xax.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_tenbay_t-mb5eu-v01.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_asus_rt-ac54u.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_phicomm_k2x.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_xzwifi_creativebox-v1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_asus_rt-ac51u.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_meig_slt866.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_wavlink_wl-wn570ha1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_phicomm_psg1208.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_lenovo_newifi-d1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_zbtlink_zbt-wg1602.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_sercomm_na502.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_iodata_wn-gx300gr.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_linksys_ea7xxx.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_sercomm_na502s.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_wavlink_wl-wn577a2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_tl-wr902ac-v3.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_archer-c50-v4.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_wavlink_wl-wn530hg4.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_wavlink_ws-wn572hp3-4g.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_ubnt_unifi-flexhd.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_planex_mzk-ex750np.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_firefly_firewrt.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_arcadyan_we420223-99.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_edimax_ew-7478apc.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_d-team_newifi-d2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_buffalo_wsr-2533dhplx.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_zbtlink_zbt-wg3526.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_wavlink_wl-wn579x3.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_d-team_pbr-m1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_netgear_sercomm_chj.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_zyxel_nr7101.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_mtc_wr1201.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_huasifei_ws1208v2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_netgear_r6xxx.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_dlink_dir-510l.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_dlink_dwr-118-a1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_zbtlink_zbt-we1026-5g.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_dlink_dir-806a-b1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_trendnet_tha103ac.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_youku_yk-l2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_buffalo_wsr-1166dhp.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_netgear_wac104.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_cudy_wr1300-v1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_tplink_re350-v1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_wavlink_wl-wn531g3.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_wavlink_wl-wn531a3.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_archer-mr200-v5.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_netgear_ex3x00_ex61xx.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_iodata_wn-ax1167gr.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_tozed_zlt-s12-pro.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7628an_tplink_archer-c50-v6.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_linksys_e5600.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_zyxel_wap6805.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_asus_rt-acx5p.dtsi (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_tplink_archer-c6u-v1.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_bdcom_wap2100-sk.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_fon_fon2601.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_linksys_re7000.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_wavlink_wl-wn531g3-a2.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts (diff)
The file was modifiedtarget/linux/ramips/dts/mt7621_beeline_smartbox-turbo.dts (diff)
コミット 921d4385640af05637e9459c805855077cbd33c0 by ansuelsmth
airoha: replace PCIe patch with upstream version

Replace PCIe patch with upstream version and update DTS with new PBUS
CSR property now required.

Tested-by: Aleksander Jan Bajkowski <olek2@wp.pl> # tested on Quantum W1700k
Tested-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18166
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(commit: 921d438)
The file was addedtarget/linux/airoha/patches-6.6/042-03-v6.14-PCI-mediatek-gen3-Add-comment-about-initialization-o.patch
The file was addedtarget/linux/airoha/patches-6.6/042-06-v6.14-PCI-mediatek-gen3-Avoid-PCIe-resetting-via-PERST-for.patch
The file was removedtarget/linux/airoha/patches-6.6/401-PCI-mediatek-gen3-Rely-on-clk_bulk_prepare_enable-in.patch
The file was removedtarget/linux/airoha/patches-6.6/406-PCI-mediatek-gen3-Avoid-PCIe-resetting-via-PERST-for.patch
The file was addedtarget/linux/airoha/patches-6.6/044-v6.15-PCI-mediatek-gen3-Configure-PBUS_CSR-registers-for-E.patch
The file was modifiedtarget/linux/airoha/dts/an7581.dtsi (diff)
The file was addedtarget/linux/airoha/patches-6.6/042-01-v6.14-PCI-mediatek-gen3-Rely-on-clk_bulk_prepare_enable-in.patch
The file was removedtarget/linux/airoha/patches-6.6/405-PCI-mediatek-gen3-Rely-on-msleep-in-mtk_pcie_en7581_.patch
The file was removedtarget/linux/airoha/patches-6.6/403-PCI-mediatek-gen3-Add-comment-about-initialization-o.patch
The file was removedtarget/linux/airoha/patches-6.6/402-PCI-mediatek-gen3-Move-reset-assert-callbacks-in-.po.patch
The file was addedtarget/linux/airoha/patches-6.6/042-04-v6.14-PCI-mediatek-gen3-Move-reset-delay-in-mtk_pcie_en758.patch
The file was removedtarget/linux/airoha/patches-6.6/407-PCI-mediatek-gen3-Configure-PBUS_CSR-registers-for-E.patch
The file was addedtarget/linux/airoha/patches-6.6/042-05-v6.14-PCI-mediatek-gen3-Rely-on-msleep-in-mtk_pcie_en7581_.patch
The file was removedtarget/linux/airoha/patches-6.6/404-PCI-mediatek-gen3-Move-reset-delay-in-mtk_pcie_en758.patch
The file was removedtarget/linux/airoha/patches-6.6/408-PCI-mediatek-gen3-Remove-mac_reset-assert-leftover-f.patch
The file was addedtarget/linux/airoha/patches-6.6/043-v6.15-PCI-mediatek-gen3-Remove-leftover-mac_reset-assert-f.patch
The file was addedtarget/linux/airoha/patches-6.6/042-02-v6.14-PCI-mediatek-gen3-Move-reset-assert-callbacks-in-.po.patch
コミット 34ba7e8a8ab10900a3ca80fc40e7cafd1e7edb50 by ansuelsmth
generic: backport some flow offload helper patch

Backport some flow offload helper patch in preparation for Airoha Flow
Offload support.

Link: https://github.com/openwrt/openwrt/pull/18166
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(commit: 34ba7e8)
The file was addedtarget/linux/generic/backport-6.6/704-v6.12-ipv6-Add-ipv6_addr_-cpu_to_be32-be32_to_cpu-helpers.patch
The file was addedtarget/linux/generic/backport-6.6/705-v6.12-netdevice-add-netdev_tx_reset_subqueue-shorthand.patch
The file was addedtarget/linux/generic/backport-6.6/703-v6.10-flow_offload-add-control-flag-checking-helpers.patch
コミット afea8bda0d9fc34032d7da04806c7f6caf971369 by ansuelsmth
airoha: backport minor fixes for ethernet driver

Backport some upstream patch for Airoha ethernet driver in preparation
for Flow Offload support.

Tested-by: Aleksander Jan Bajkowski <olek2@wp.pl> # tested on Quantum W1700k
Tested-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18166
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(commit: afea8bd)
The file was addedtarget/linux/airoha/patches-6.6/046-v6.15-net-airoha-Fix-TSO-support-for-header-cloned-skbs.patch
The file was addedtarget/linux/airoha/patches-6.6/045-v6.14-net-airoha-Fix-wrong-GDM4-register-definition.patch
The file was addedtarget/linux/airoha/patches-6.6/047-v6.13-net-airoha-Reset-BQL-stopping-the-netdevice.patch
コミット ad2077165b337d2fe1b60a1a6d306ad355961952 by ansuelsmth
airoha: backport upstream patch for Flow Offload support for AN7581

Backpot upstream patch for Flow Offload support for AN7581 and refresh
all affected patch. To correctly work a dedicated firmware is needed to
use the dedicated Network Coprocessor (NPU).

This also introduce good cleanup and moves the driver in a dedicated
Airoha directory. While currently not totally usable (due to lack of
firmware blob) this is needed to backport support for external PHY/SFP
support.

Refresh all affected patch.

Tested-by: Aleksander Jan Bajkowski <olek2@wp.pl> # tested on Quantum W1700k
Tested-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18166
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(commit: ad20771)
The file was addedtarget/linux/airoha/patches-6.6/048-13-v6.15-net-airoha-Introduce-flowtable-offload-support.patch
The file was addedtarget/linux/airoha/patches-6.6/048-08-v6.15-net-airoha-Move-REG_GDM_FWD_CFG-initialization-in-ai.patch
The file was modifiedtarget/linux/airoha/patches-6.6/113-net-airoha-Fix-channel-configuration-for-ETS-Qdisc.patch (diff)
The file was addedtarget/linux/airoha/patches-6.6/048-06-v6.15-net-dsa-mt7530-Enable-Rx-sptag-for-EN7581-SoC.patch
The file was addedtarget/linux/airoha/patches-6.6/048-03-v6.15-net-airoha-Move-reg-write-utility-routines-in-airoha.patch
The file was addedtarget/linux/airoha/patches-6.6/048-14-v6.15-net-airoha-Add-loopback-support-for-GDM2.patch
The file was addedtarget/linux/airoha/patches-6.6/048-15-v6.15-net-airoha-Introduce-PPE-debugfs-support.patch
The file was modifiedtarget/linux/airoha/an7581/config-6.6 (diff)
The file was addedtarget/linux/airoha/patches-6.6/048-04-v6.15-net-airoha-Move-register-definitions-in-airoha_regs..patch
The file was addedtarget/linux/airoha/patches-6.6/048-05-v6.15-net-airoha-Move-DSA-tag-in-DMA-descriptor.patch
The file was modifiedtarget/linux/airoha/patches-6.6/045-v6.14-net-airoha-Fix-wrong-GDM4-register-definition.patch (diff)
The file was addedtarget/linux/airoha/patches-6.6/048-01-v6.15-net-airoha-Move-airoha_eth-driver-in-a-dedicated-fol.patch
The file was modifiedtarget/linux/airoha/patches-6.6/047-v6.13-net-airoha-Reset-BQL-stopping-the-netdevice.patch (diff)
The file was addedtarget/linux/airoha/patches-6.6/048-07-v6.15-net-airoha-Enable-support-for-multiple-net_devices.patch
The file was addedtarget/linux/airoha/patches-6.6/048-09-v6.15-net-airoha-Rename-airoha_set_gdm_port_fwd_cfg-in-air.patch
The file was addedtarget/linux/airoha/patches-6.6/048-12-v6.15-net-airoha-Introduce-Airoha-NPU-support.patch
The file was addedtarget/linux/airoha/patches-6.6/048-02-v6.15-net-airoha-Move-definitions-in-airoha_eth.h.patch
The file was modifiedtarget/linux/airoha/patches-6.6/046-v6.15-net-airoha-Fix-TSO-support-for-header-cloned-skbs.patch (diff)
コミット f827d231fb45293f1102405ef8c739e3e4503141 by ansuelsmth
generic: 6.6: drop netdev backported patch for netdev_tx_reset_subqueue

Patch backporting netdev_tx_reset_subqueue new OP has been already
backported in recent minor kernel version for 6.6.

Drop the related patch to fix compilation error on 6.6.

Fixes: 34ba7e8a8ab1 ("generic: backport some flow offload helper patch")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(commit: f827d23)
The file was removedtarget/linux/generic/backport-6.6/705-v6.12-netdevice-add-netdev_tx_reset_subqueue-shorthand.patch
コミット 87f130a6aed89fe3bacc59aacbf0c6ff725b3ab5 by nbd
mac80211: add WIFI_SCRIPTS_UCODE to PKG_CONFIG_DEPENDS

It affects package depdendencies

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 87f130a)
The file was modifiedpackage/kernel/mac80211/Makefile (diff)
コミット 185b48e3309a0592d8d54f2d5ddfa781b12a311b by nbd
ucode: add patches to improve exception handling for ubus/uloop

Add API to allow setting an exception handler for user provided callbacks

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 185b48e)
The file was addedpackage/utils/ucode/patches/100-vm-export-function-for-converting-exception-to-ucode.patch
The file was addedpackage/utils/ucode/patches/101-uloop-add-exception_handler_set-function.patch
The file was addedpackage/utils/ucode/patches/102-ubus-add-exception_handler_set-function.patch
コミット 14b686247aec2e1b57f78f78b7ce7d8cda005320 by nbd
wifi-scripts: ucode: fix iwinfo crash on untracked interfaces

Deal with data.radio being null

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 14b6862)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/ucode/iwinfo.uc (diff)
コミット 6e1d4afa86ea907f360ff837687969be1e780fd6 by nbd
hostapd: fix potential double free in ubus code

Ensure that the object name is never freed twice

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 6e1d4af)
The file was modifiedpackage/network/services/hostapd/src/src/ap/ubus.c (diff)
コミット 39580b1d7bf4062238be26d85bcd33cf55464ee8 by nbd
hostapd: disable 802.11be support in the mini variant

802.11be capable platforms are big enough to not need the mini variant,
and removing it here saves space for other other devices.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 39580b1)
The file was modifiedpackage/network/services/hostapd/Makefile (diff)
コミット 2ac791e87d3d09f2bb07d99c54f85b34297d8678 by nbd
hostapd: update to version 2025-06-27

Manually refreshed:

140-tests-Makefile-make-run-tests-with-CONFIG_TLS.patch
601-ucode_support.patch

Fixed in upstream:

804-hostapd-revert-ACS-Validate-6-GHz-AP-criteria-before.patch [1]

Automatically rebased all other patches.

[1] https://w1.fi/cgit/hostap/commit/?id=0b60826a66885bffa2fd709ed5e48cd5fe241b6b

Signed-off-by: Agustin Lorenzo <agustin.lorenzo@thinco.es>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 2ac791e)
The file was modifiedpackage/network/services/hostapd/patches/211-ctrl-make-WNM_AP-functions-dependant-on-CONFIG_AP.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/730-ft_iface.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/310-rescan_immediately.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/011-mesh-use-deterministic-channel-on-channel-switch.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/140-tests-Makefile-make-run-tests-with-CONFIG_TLS.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/200-multicall.patch (diff)
The file was removedpackage/network/services/hostapd/patches/804-hostapd-revert-ACS-Validate-6-GHz-AP-criteria-before.patch
The file was modifiedpackage/network/services/hostapd/patches/050-Fix-OpenWrt-13156.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/051-nl80211-add-extra-ies-only-if-allowed-by-driver.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/463-add-mcast_rate-to-11s.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/252-disable_ctrl_iface_mib.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/600-ubus_support.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/370-preserve_radio_mask.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/301-mesh-noscan.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/601-ucode_support.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/021-fix-sta-add-after-previous-connection.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/740-snoop_iface.patch (diff)
The file was modifiedpackage/network/services/hostapd/Makefile (diff)
The file was modifiedpackage/network/services/hostapd/patches/010-mesh-Allow-DFS-channels-to-be-selected-if-dfs-is-ena.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/170-hostapd-update-cfs0-and-cfs1-for-160MHz.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/762-AP-don-t-ignore-probe-requests-with-invalid-DSSS-par.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/464-fix-mesh-obss-check.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/780-Implement-APuP-Access-Point-Micro-Peering.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/180-fix_owe_ssid_update.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/803-hostapd-fix-80211be-build.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/720-iface_max_num_sta.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/590-rrm-wnm-statistics.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/460-wpa_supplicant-add-new-config-params-to-be-used-with.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/350-nl80211_del_beacon_bss.patch (diff)
コミット 88f4c32060f79e5161a789e85da299cebbde68bf by nbd
mac80211: update to version 6.14.11

Update to version 6.14.11

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 88f4c32)
The file was removedpackage/kernel/mac80211/patches/rtl/026-v6.13-wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch
The file was modifiedpackage/kernel/mac80211/patches/rtl/108-v6.16-wifi-rtw88-Fix-the-random-error-beacon-valid-message.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/025-v6.13-wifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch
The file was removedpackage/kernel/mac80211/patches/rtl/027-v6.13-wifi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch
The file was addedpackage/kernel/mac80211/patches/ath12k/200-Revert-wifi-ath12k-convert-tasklet-to-BH-workqueue-f.patch
The file was modifiedpackage/kernel/mac80211/patches/ath9k/544-ath9k-ar933x-usb-hang-workaround.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/551-ath9k_ubnt_uap_plus_hsr.patch (diff)
The file was removedpackage/kernel/mac80211/patches/subsys/336-wifi-cfg80211-add-monitor-SKIP_TX-flag.patch
The file was removedpackage/kernel/mac80211/patches/rtl/071-v6.14.9-wifi-rtw88-Extend-rtw_fw_send_ra_info-for-RTL8814AU.patch
The file was removedpackage/kernel/mac80211/patches/rtl/052-v6.14-wifi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch
The file was modifiedpackage/kernel/mac80211/patches/ath/404-regd_no_assoc_hints.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath10k/975-ath10k-use-tpt-trigger-by-default.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/079-v6.14.9-wifi-rtw88-Fix-rtw_init_ht_cap-for-RTL8814AU.patch
The file was modifiedpackage/kernel/mac80211/patches/ath10k/930-ath10k_add_tpt_led_trigger.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/602-01-wifi-rt2x00-Add-support-for-loading-EEPROM-from-user.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/043-v6.13-wifi-rtw88-Add-rtw8812a.-c-h.patch
The file was addedpackage/kernel/mac80211/patches/ath12k/003-1-v6.16-wifi-ath12k-Pass-correct-values-of-center-freq1-and-.patch
The file was removedpackage/kernel/mac80211/patches/rtl/034-v6.13-wifi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/996-rt2x00-mt7620-differentiate-based-on-SoC-CHIP_VER.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/subsys/301-mac80211-sta-randomize-BA-session-dialog-token-alloc.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-9-wifi-ath12k-add-extended-NSS-bandwidth-support-for-160-MHz.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/548-ath9k_enable_gpio_chip.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/550-ath9k-of.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/036-v6.13-wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/903-ath11k-support-setting-FW-memory-mode-via-DT.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath11k/931-wifi-ath11k-Support-to-assign-m3-dump-memory.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/063-v6.14-wifi-rtw88-add-RTW88_LEDS-depends-on-LEDS_CLASS-to-K.patch
The file was addedpackage/kernel/mac80211/patches/rtl/092-v6.15-wifi-rtw88-Enable-the-new-RTL8814AE-RTL8814AU-driver.patch
The file was modifiedpackage/kernel/mac80211/patches/ath9k/512-ath9k_channelbw_debugfs.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/022-v6.13-wifi-rtw88-Refactor-looping-in-rtw_phy_store_tx_powe.patch
The file was modifiedpackage/kernel/mac80211/patches/ath12k/100-ath12k-prevent-ltssm-startup-crash.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/041-v6.13-wifi-rtw88-Add-rtw88xxa.-c-h.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/925-wifi-ath11k-add-QCN6122-device-support.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/061-v6.14-wifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch
The file was modifiedpackage/kernel/mac80211/patches/ath10k/080-ath10k_thermal_config.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/341-wifi-ath9k-obtain-system-gpios.patch (diff)
The file was addedpackage/kernel/mt76/patches/003-wifi-mt76-link_id.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/924-wifi-ath11k-add-multipd-support-for-QCN6122.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath/402-ath_regd_optional.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-5-wifi-ath12k-fix-TX-and-RX-MCS-rate-configurations-in-HE-mode.patch (diff)
The file was removedpackage/kernel/mac80211/patches/subsys/340-wifi-cfg80211-report-per-wiphy-radio-antenna-mask.patch
The file was removedpackage/kernel/mac80211/patches/ath11k/002-wifi-ath11k-use-dma-alloc-noncoherent-for-rx-tid-buffer-allocation.patch
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/621-01-rt2x00-always-calibrate-MT7620-when-switching-channe.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/039-v6.13-wifi-rtw88-Add-rtw8812a_table.-c-h.patch
The file was removedpackage/kernel/mac80211/patches/rtl/080-v6.14.9-wifi-rtw88-Fix-rtw_init_vht_cap-for-RTL8814AU.patch
The file was removedpackage/kernel/mac80211/patches/rtl/050-v6.14-wifi-rtlwifi-rtl8821ae-phy-restore-removed-code-to-f.patch
The file was removedpackage/kernel/mac80211/patches/rtl/077-v6.14.9-wifi-rtw88-Fix-rtw_mac_power_switch-for-RTL8814AU.patch
The file was addedpackage/kernel/rtl8812au-ct/patches/110-link_id.patch
The file was removedpackage/kernel/mac80211/patches/rtl/059-v6.14-wifi-rtw88-Delete-rf_type-member-of-struct-rtw_sta_i.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/905-ath11k-remove-intersection-support-for-regulatory-ru.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/622-01-rt2x00-fix-RFCSR-register-init-values-for-RT5592.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/054-v6.14-wifi-rtw88-8821a-8812a-Set-ptct_efuse_size-to-0.patch
The file was modifiedpackage/kernel/mac80211/patches/ath9k/356-Revert-ath9k-interpret-requested-txpower-in-EIRP-dom.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath11k/932-wifi-ath11k-poll-reo-status-ipq5018.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/064-v6.14.9-wifi-rtw88-Don-t-use-static-local-variable-in-rtw882.patch
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-7-wifi-ath12k-clean-up-80P80-support.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/042-v6.13-wifi-rtw88-Add-rtw8821a.-c-h.patch
The file was removedpackage/kernel/mac80211/patches/rtl/038-v6.13-wifi-rtw88-8812a-Mitigate-beacon-loss.patch
The file was modifiedpackage/kernel/mac80211/patches/subsys/350-mac80211-allow-scanning-while-on-radar-channel.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/brcm/870-04-rpi-6.12-brcmfmac-non-upstream-support-DS1-exit-firmware-re-download.patch (diff)
The file was removedpackage/kernel/mac80211/patches/build/110-backport-include-fix-linux-acpi_amd_wbrf.h-inclusion.patch
The file was removedpackage/kernel/mac80211/patches/rt2x00/997-rt2x00-change-remove-to-remove_new.patch
The file was removedpackage/kernel/mac80211/patches/rtl/019-v6.13-wifi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch
The file was removedpackage/kernel/mac80211/patches/rtl/023-v6.13-wifi-rtw88-Report-the-signal-strength-only-if-it-s-k.patch
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/610-rt2x00-change-led-polarity-from-OF.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/410-ath9k_allow_adhoc_and_ap.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/062-v6.14-wifi-rtw88-Add-support-for-LED-blinking.patch
The file was removedpackage/kernel/mac80211/patches/rtl/028-v6.13-wifi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch
The file was removedpackage/kernel/mac80211/patches/rtl/051-v6.14-wifi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/923-wifi-ath11k-update-hif_and-pci_ops-for-QCN6122.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/032-v6.13-wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/922-wifi-ath11k-add-hw-ring-mask-for-QCN6122.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath11k/921-wifi-ath11k-add-hal-regs-for-QCN6122.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/037-v6.13-wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch
The file was removedpackage/kernel/mac80211/patches/subsys/337-wifi-mac80211-add-support-for-the-monitor-SKIP_TX-fl.patch
The file was modifiedpackage/kernel/mac80211/patches/ath12k/102-wifi-ath12k-limit-WMI_SCAN_CHAN_LIST_CMDID-arg.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rtl/072-v6.15-wifi-rtw88-Constify-some-more-structs-and-arrays.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/030-v6.13-wifi-rtw88-Enable-data-rate-fallback-for-older-chips.patch
The file was modifiedpackage/kernel/mac80211/patches/subsys/310-cfg80211-allow-grace-period-for-DFS-available-after-.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-3-wifi-ath12k-move-HE-MCS-mapper-to-a-separate-function.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/046-v6.14-wifi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/621-04-rt2x00-fix-register-operation-on-RXIQ-calibration.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rtl/070-v6.15-wifi-rtw88-Extend-rf_base_addr-and-rf_sipi_addr-for-.patch (diff)
The file was removedpackage/kernel/mac80211/patches/ath12k/003-wifi-ath12k-fix-handling-of-6-GHz-rules.patch
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-6-wifi-ath12k-add-support-for-setting-fixed-HE-rate-GI-LTF.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/078-v6.14.9-wifi-rtw88-Fix-rtw_desc_to_mcsrate-to-handle-MCS16-3.patch
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-8-wifi-ath12k-add-support-for-160-MHz-bandwidth.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/609-rt2x00-make-wmac-loadable-via-OF-on-rt288x-305x-SoC.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/530-ath9k_extra_leds.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath12k/001-wifi-ath12k-add-11d-scan-offload-support-and-handle-country-code-for-WCN7850.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/045-v6.13-wifi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch
The file was removedpackage/kernel/mac80211/patches/ath12k/002-wifi-ath12k-Fetch-regdb.bin-file-from-board-2.bin.patch
The file was modifiedpackage/kernel/mac80211/patches/subsys/305-mac80211-increase-quantum-for-airtime-scheduler.patch (diff)
The file was removedpackage/kernel/mac80211/patches/subsys/338-wifi-mac80211-refactor-ieee80211_rx_monitor.patch
The file was modifiedpackage/kernel/mac80211/patches/ath9k/365-ath9k-adjust-tx-power-reduction-for-US-regulatory-do.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/401-ath9k_blink_default.patch (diff)
The file was removedpackage/kernel/mac80211/patches/subsys/330-wifi-cfg80211-add-option-for-vif-allowed-radios.patch
The file was removedpackage/kernel/mac80211/patches/rtl/049-v6.14-wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch
The file was removedpackage/kernel/mac80211/patches/rtl/053-v6.14-wifi-rtw88-8812a-Support-RFE-type-2.patch
The file was removedpackage/kernel/mac80211/patches/rtl/029-v6.13-wifi-rtw88-Let-each-driver-control-the-power-on-off-.patch
The file was addedpackage/kernel/mac80211/patches/build/240-realtek-rtw88-BH-workqueue.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/0906-wifi-ath11k-disable-coldboot-for-ipq6018.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/subsys/320-mac80211-add-AQL-support-for-broadcast-packets.patch (diff)
The file was removedpackage/kernel/mac80211/patches/subsys/306-wifi-mac80211-call-rate_control_rate_update-for-link.patch
The file was removedpackage/kernel/mac80211/patches/subsys/341-wifi-mac80211-fix-vif-addr-when-switching-from-monit.patch
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-1-wifi-ath12k-push-HE-MU-MIMO-params-to-hardware.patch (diff)
The file was modifiedpackage/kernel/mac80211/Makefile (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/060-v6.14-wifi-rtw88-8703b-Fix-RX-TX-issues.patch
The file was removedpackage/kernel/mac80211/patches/subsys/331-wifi-mac80211-use-vif-radio-mask-to-limit-ibss-scan-.patch
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-4-wifi-ath12k-generate-rx-and-tx-mcs-maps-for-supported-HE-mcs.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath12k/104-2-wifi-ath12k-push-EHT-MU-MIMO-params-to-hardware.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/450-ath9k-enabled-MFP-capability-unconditionally.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/075-v6.14.9-wifi-rtw88-Fix-rtw_update_sta_info-for-RTL8814AU.patch
The file was modifiedpackage/kernel/mac80211/patches/brcm/861-brcmfmac-add-in-driver-tables-with-country-codes.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/076-v6.14-wifi-rtw88-Add-support-for-Mercusys-MA30N-and-D-Link.patch
The file was modifiedpackage/kernel/mac80211/patches/rtl/096-v6.16-wifi-rtw88-usb-Enable-RX-aggregation-for-RTL8814AU.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath11k/900-ath11k-control-thermal-support-via-symbol.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/068-v6.14.9-wifi-rtw88-Fix-download_firmware_validate-for-RTL881.patch
The file was modifiedpackage/kernel/mac80211/patches/brcm/870-03-rpi-6.12-brcmfmac-Increase-power-saving-delay-to-2s.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/091-v6.15wifi-rtw88-Enable-the-new-RTL8814AE-RTL8814AU-driver.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/0907-wifi-ath11k-disable-coldboot-calibration-for-ipq5018.patch (diff)
The file was addedpackage/kernel/mac80211/patches/build/360-change-read_new-to-read.patch
The file was addedpackage/kernel/mac80211/patches/build/410-mac80211-convert-short-fops-to-debugfs-files.patch
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/620-01-rt2x00-respect-rt2800-hardware-TX-queue-index.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/build/100-backports-drop-QRTR-and-MHI.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/017-v6.13-wifi-rtw88-Constify-some-arrays-and-structs.patch
The file was modifiedpackage/kernel/mac80211/patches/ath10k/988-ath10k-always-use-mac80211-loss-detection.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/048-v6.14-wifi-rtw88-Add-additional-USB-IDs-for-RTL8812BU.patch
The file was modifiedpackage/kernel/mac80211/patches/brcm/871-brcmfmac-disable-dump_survey-on-bcm2835.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/build/220-brcmfmac_usb_driver_backport.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/subsys/110-mac80211_keep_keys_on_stop_ap.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/024-v6.13-wifi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch
The file was removedpackage/kernel/mac80211/patches/rtl/033-v6.13-wifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch
The file was modifiedpackage/kernel/mac80211/patches/subsys/130-disable_auto_vif.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/brcm/870-02-rpi-6.12-brcmfmac-Prefer-a-ccode-from-OTP-over-nvram-file.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/subsys/210-ap_scan.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/subsys/230-avoid-crashing-missing-band.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rtl/069-v6.15-wifi-rtw88-Extend-struct-rtw_pwr_track_tbl-for-RTL88.patch (diff)
The file was removedpackage/kernel/mac80211/patches/subsys/333-wifi-mac80211-remove-status-ampdu_delimiter_crc.patch
The file was modifiedpackage/kernel/mac80211/patches/rtl/094-v6.16-wifi-rtw88-usb-Remove-redundant-flush_workqueue-call.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rtl/107-v6.16-wifi-rtw88-usb-Upload-the-firmware-in-bigger-chunks.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/035-v6.13-wifi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/920-wifi-ath11k-add-hw-params-for-QCN6122.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/040-v6.13-wifi-rtw88-Add-rtw8821a_table.-c-h.patch
The file was removedpackage/kernel/mac80211/patches/ath11k/001-wifi-ath11k-Fix-DMA-buffer-allocation-to-resolve-SWIOTLB-issues.patch
The file was removedpackage/kernel/mac80211/patches/rtl/044-v6.13-wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch
The file was removedpackage/kernel/mac80211/patches/subsys/334-wifi-cfg80211-pass-net_device-to-.set_monitor_channel.patch
The file was modifiedpackage/kernel/mac80211/patches/ath11k/201-wifi-ath11k-Support-setting-bdf-addr-and-caldb-addr-.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rt2x00/994-rt2x00-import-support-for-external-LNA-on-MT7620.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath12k/103-wifi-ath12k-fix-5GHz-operation-on-wideband-QCN.patch (diff)
The file was addedpackage/kernel/mac80211/patches/ath12k/003-2-v6.16-wifi-ath12k-Pass-correct-values-of-center-freq1-and-.patch
The file was modifiedpackage/kernel/mac80211/patches/subsys/220-allow-ibss-mixed.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/542-ath9k_debugfs_diag.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/058-v6.14-wifi-rtw88-Add-USB-PHY-configuration.patch
The file was removedpackage/kernel/mac80211/patches/rtl/047-v6.14-wifi-rtw88-8812au-Add-more-device-IDs.patch
The file was modifiedpackage/kernel/mac80211/patches/brcm/860-brcmfmac-workaround-bug-with-some-inconsistent-BSSes.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/031-v6.13-wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch
The file was removedpackage/kernel/mac80211/patches/rtl/055-v6.14-wifi-rtw88-usb-Copy-instead-of-cloning-the-RX-skb.patch
The file was removedpackage/kernel/mac80211/patches/subsys/332-wifi-mac80211-use-vif-radio-mask-to-limit-chanctx-an.patch
The file was modifiedpackage/kernel/mac80211/patches/subsys/400-v6.16-wifi-mac80211-do-not-offer-a-mesh-path-if-forwarding.patch (diff)
The file was addedpackage/kernel/mac80211/patches/build/400-restore-old-debugfs_fops.patch
The file was removedpackage/kernel/mac80211/patches/subsys/335-wifi-mac80211-add-flag-to-opt-out-of-virtual-monitor.patch
The file was modifiedpackage/kernel/mac80211/patches/ath9k/501-ath9k_ahb_init.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath11k/940-ath11k-Revert-clear-the-keys-properly-when-DISABLE_K.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/500-ath9k_eeprom_debugfs.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/brcm/870-05-rpi-6.12-brcmfmac-Fix-interoperating-DPP-and-other-encryption.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/543-ath9k_entropy_from_adc.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/ath9k/552-ath9k-ahb_of.patch (diff)
The file was removedpackage/kernel/mac80211/patches/rtl/067-v6.14.9-wifi-rtw88-Fix-__rtw_download_firmware-for-RTL8814AU.patch
The file was modifiedpackage/kernel/mac80211/patches/build/210-wireless_netns_local_backport.patch (diff)
The file was removedpackage/kernel/mac80211/patches/subsys/339-wifi-mac80211-filter-on-monitor-interfaces-based-on-.patch
The file was modifiedpackage/kernel/mac80211/patches/mwl/950-mwifiex-Print-stringified-name-of-command-in-error-l.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/rtl/095-v6.16-wifi-rtw88-usb-Enable-switching-the-RTL8814AU-to-USB.patch (diff)
The file was modifiedpackage/kernel/mac80211/patches/build/230-fix-init_vqs-build-error-on-kernel-6.6.patch (diff)
コミット e618ad06b3017304e482704a01cbccc5e866c483 by nbd
mediatek: fix switch mdio id on mt7622-rfb1 on linux 6.12

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: e618ad0)
The file was modifiedtarget/linux/mediatek/patches-6.12/100-dts-update-mt7622-rfb1.patch (diff)
コミット 9738853b7376d11b67ae3ce4907858a669f15968 by nbd
hostapd: removed OSU support from configuration files, it was removed in the last hostapd update.

Ref: https://w1.fi/cgit/hostap/commit/hostapd?id=e835288592fd672469f46dc35a03e64115b996e5
Ref: https://w1.fi/cgit/hostap/commit/hostapd?id=7bb11e35d55e3d50199efc45921e76696bebd8ef

Fixes: https://github.com/openwrt/openwrt/issues/19142
Link: https://github.com/openwrt/openwrt/pull/19273
Signed-off-by: Agustin Lorenzo <agustin.lorenzo@thinco.es>
(commit: 9738853)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/ucode/wifi/ap.uc (diff)
The file was modifiedpackage/network/config/wifi-scripts/files-ucode/usr/share/schema/wireless.wifi-iface.json (diff)
The file was modifiedpackage/network/config/wifi-scripts/files/lib/netifd/netifd-wireless.sh (diff)
The file was modifiedpackage/network/config/wifi-scripts/files/lib/netifd/hostapd.sh (diff)
コミット df1bf3585808b955824c08fea94081ee18708801 by ansuelsmth
fstools: update to Git HEAD (2025-07-05)

e8cd820cdbb8 libfstools: add support for EroFS based images

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(commit: df1bf35)
The file was modifiedpackage/system/fstools/Makefile (diff)
コミット 9ece943540185d4f7b661129005e2417355b2526 by ansuelsmth
tools: add erofs-utils

Add erofs-utils to create an EROFS-based rootfs for image generation.

Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://github.com/openwrt/openwrt/pull/19244
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(commit: 9ece943)
The file was addedtools/erofs-utils/Makefile
The file was modifiedtools/Makefile (diff)
コミット f7fa414d3b4d967a7e40b162977f48e1be430c1c by ansuelsmth
image: add support for EROFS rootfs image generation

Add support for generating EROFS rootfs images.

The EROFS filesystem can offer competitive I/O performance while
minimizing final image size when using the MicroLZMA compressor.

Target platform: linux-x86_generic (target-i386_pentium4_musl)

Filesystem     Image Size
=============  ==========
root.erofs     4882432
root.ext4      109051904
root.squashfs  4903302

Co-Developed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://github.com/openwrt/openwrt/pull/19244
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(commit: f7fa414)
The file was modifiedtarget/Config.in (diff)
The file was modifiedconfig/Config-build.in (diff)
The file was modifiedconfig/Config-images.in (diff)
The file was modifiedinclude/image.mk (diff)
The file was modifiedtarget/linux/generic/config-6.6 (diff)
The file was modifiedconfig/Config-kernel.in (diff)
The file was modifiedtarget/linux/generic/config-6.12 (diff)
The file was modifiedscripts/target-metadata.pl (diff)
コミット 604355e8c4d18dda22aeb618c1489c5369860418 by nbd
kernel: fix fraglist GRO on linux 6.12

Merged segments had a broken skb network header offset.

Fixes: https://github.com/openwrt/openwrt/issues/19130
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 604355e)
The file was modifiedtarget/linux/generic/pending-6.12/690-net-add-missing-check-for-TCP-fraglist-GRO.patch (diff)
The file was addedtarget/linux/generic/pending-6.12/680-net-fix-TCP-UDP-fraglist-GRO.patch
コミット 5adc663af6c9669493d4fe9bf8169d6debe7aab8 by nbd
image: only calculate EROFS_PCLUSTERSIZE when needed

Fixes shell warning on any makefile including image.mk when EROFS
is not enabled

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 5adc663)
The file was modifiedinclude/image.mk (diff)
コミット e1d39bdbdb0fabbe6adb32f1ce69797ce4248dc4 by nbd
mac80211: fix rt2x00 build error on 6.12

Fix missing remove callback type signature conversion

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: e1d39bd)
The file was addedpackage/kernel/mac80211/patches/rt2x00/110-wifi-rt2x00-fix-remove-callback-type-mismatch.patch
コミット bb279e1a69b17d68d4cab299c4bb290a948b9930 by nbd
hostapd: revert a broken upstream patch that was breaking multi-band operation

nl80211 events were propagated to the wrong interfaces

Fixes: 2ac791e87d3d ("hostapd: update to version 2025-06-27")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: bb279e1)
The file was modifiedpackage/network/services/hostapd/patches/350-nl80211_del_beacon_bss.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/370-preserve_radio_mask.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/463-add-mcast_rate-to-11s.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/601-ucode_support.patch (diff)
The file was modifiedpackage/network/services/hostapd/patches/740-snoop_iface.patch (diff)
The file was addedpackage/network/services/hostapd/patches/030-Revert-nl80211-Accept-a-global-nl80211-event-to-a-br.patch
The file was modifiedpackage/network/services/hostapd/patches/780-Implement-APuP-Access-Point-Micro-Peering.patch (diff)
コミット d2b2670937f051bda7c8fbda8a6c0131977d5e68 by nbd
ath9k: add back previous DT compatible strings for ahb

The ath9k ahb patch was updated to match the latest upstream version,
however the openwrt DT files still use the older names.
Add those as extra entries in order to remain compatible until DT files
are fixed.

Fixes: 88f4c32060f7 ("mac80211: update to version 6.14.11")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: d2b2670)
The file was addedpackage/kernel/mac80211/patches/ath9k/553-ath9k-ahb_of_compat.patch
コミット 77b9393d2f3609956a54a6e7d38bda8ddba6046a by nbd
ucode: fix an issue in exception handling improvement for ubus/uloop

Remove an uloop_end() call from a user cb that wasn't there before

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(commit: 77b9393)
The file was modifiedpackage/utils/ucode/patches/102-ubus-add-exception_handler_set-function.patch (diff)