mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
18e6df83bb
This makes the patches and the kernel configuration apply on top of kernel 5.15. The following patch was removed because the old IDE subsystem was removed from upstream kernel: target/linux/bcm47xx/patches-5.15/610-pci_ide_fix.patch This was tested successfully on a ASUS WL-500g Premium V1. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
12 lines
368 B
Diff
12 lines
368 B
Diff
--- a/drivers/ssb/driver_pcicore.c
|
|
+++ b/drivers/ssb/driver_pcicore.c
|
|
@@ -394,7 +394,7 @@ static void ssb_pcicore_init_hostmode(st
|
|
/* Give some time to the PCI controller to configure itself with the new
|
|
* values. Not waiting at this point causes crashes of the machine.
|
|
*/
|
|
- mdelay(10);
|
|
+ mdelay(300);
|
|
register_pci_controller(&ssb_pcicore_controller);
|
|
}
|
|
|