mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
Fix compilation error for old stable version caused by
genlmsg_multicast_allns backport fix pushed middle version.
Version 5.15 version 0-169, 6.1 version 0-115, 6.6 version 0-58 have the
old genlmsg_multicast_allns version with flags variable.
Compiling backport project with these version result in a compilation
error. To handle this, introduce a backport function for the affected
kernel version.
Link: https://github.com/openwrt/openwrt/pull/18373
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| 000-fix_kconfig.patch | ||
| 001-fix_build.patch | ||
| 002-change_allconfig.patch | ||
| 003-remove_bogus_modparams.patch | ||
| 004-fix-kconf-compiling.patch | ||
| 005-fix-kconf-warnings.patch | ||
| 012-kernel_build_check.patch | ||
| 100-backports-drop-QRTR-and-MHI.patch | ||
| 140-trace_backport.patch | ||
| 150-ath_iommu_paging_domain_revert.patch | ||
| 200-iwlwifi_thermal_backport.patch | ||
| 210-wireless_netns_local_backport.patch | ||
| 220-brcmfmac_usb_driver_backport.patch | ||
| 230-fix-init_vqs-build-error-on-kernel-6.6.patch | ||
| 300-backports-handle-genlmsg_multicast_allns-upstream-ba.patch | ||