openwrt-mirror/package
Andre Heider e80dfdb6c5 vrx518_ep: fix compilation error with kernel 6.12
PCI_IRQ_LEGACY was renamed to PCI_IRQ_INTX for kernel 6.10. Fix
compilation error:

/home/db/owrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/linux-ipq40xx_generic/vrx518_ep-2.1.0/ep.c:469:69: error: 'PCI_IRQ_LEGACY' undeclared (first use in this function); did you mean 'NR_IRQS_LEGACY'?
  469 |         err = pci_alloc_irq_vectors(pdev, nvec, nvec, PCI_IRQ_MSI | PCI_IRQ_LEGACY);
      |                                                                     ^~~~~~~~~~~~~~
      |                                                                     NR_IRQS_LEGACY

Signed-off-by: Andre Heider <a.heider@gmail.com>
Co-authored-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18744
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-13 22:02:19 +02:00
..
base-files package: basefiles: add oem image dectection to fwtool.sh 2025-04-30 13:15:42 +02:00
boot boot-lantiq: Fix compilation with GCC 14 2025-05-03 22:04:13 +02:00
devel gdb: update to version 16.2 2025-05-05 13:57:08 +02:00
firmware linux-firmware: update to 20250509 2025-05-13 03:19:03 +02:00
kernel vrx518_ep: fix compilation error with kernel 6.12 2025-05-13 22:02:19 +02:00
libs libtracefs: update to 1.8.2 2025-05-13 16:48:49 +02:00
network unetmsg: clean up remote data when replacing the incoming connection 2025-05-12 12:47:20 +02:00
system apk: backport fix for GCC15 with LTO 2025-04-21 14:21:10 +02:00
utils ucode: ubus: fix use-after-free on deferred request reply() method 2025-05-12 12:47:20 +02:00
Makefile build: lock versions for special APK packages 2025-02-04 13:48:59 +00:00