diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2024-04-13 19:22:41 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-04-16 23:11:25 +0200 |
commit | 9693ed6a9edb2ec9c9aa5edfa816dda3897cdfc4 (patch) | |
tree | 3b96531082f42ad17a8010526b8a783b553016ad /target/linux/lantiq | |
parent | ac881ce59ab9dfb84ba361d83f1feca91eec0d20 (diff) | |
download | openwrt-9693ed6a9edb2ec9c9aa5edfa816dda3897cdfc4.tar.gz openwrt-9693ed6a9edb2ec9c9aa5edfa816dda3897cdfc4.tar.bz2 openwrt-9693ed6a9edb2ec9c9aa5edfa816dda3897cdfc4.zip |
kernel: bump 5.15 to 5.15.155
Manual adapted the following patches:
generic/hack-5.15/221-module_exports.patch
octeontx/patches-5.15/0004-PCI-add-quirk-for-Gateworks-PLX-PEX860x-switch-with-.patch
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-5.15/0001-MIPS-lantiq-add-pcie-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-5.15/0001-MIPS-lantiq-add-pcie-driver.patch b/target/linux/lantiq/patches-5.15/0001-MIPS-lantiq-add-pcie-driver.patch index 1c5f69131e..6454240014 100644 --- a/target/linux/lantiq/patches-5.15/0001-MIPS-lantiq-add-pcie-driver.patch +++ b/target/linux/lantiq/patches-5.15/0001-MIPS-lantiq-add-pcie-driver.patch @@ -5524,7 +5524,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> (transaction layer end-to-end CRC checking). --- a/include/linux/pci.h +++ b/include/linux/pci.h -@@ -1482,6 +1482,8 @@ void pci_walk_bus(struct pci_bus *top, i +@@ -1483,6 +1483,8 @@ void pci_walk_bus(struct pci_bus *top, i void *userdata); int pci_cfg_space_size(struct pci_dev *dev); unsigned char pci_bus_max_busnr(struct pci_bus *bus); |