diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-08-31 09:40:54 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-08-31 11:41:09 +0200 |
commit | f55f1dbaad33a259e854bdad93d8adcef00a5629 (patch) | |
tree | ad4cd4a8eff54305e063c45ab8e4f30df39df588 | |
parent | 9b40346328aeb0c46ffb62f6c64f7fd64e909b98 (diff) | |
download | openwrt-f55f1dbaad33a259e854bdad93d8adcef00a5629.tar.gz openwrt-f55f1dbaad33a259e854bdad93d8adcef00a5629.tar.bz2 openwrt-f55f1dbaad33a259e854bdad93d8adcef00a5629.zip |
bcm53xx: switch to the kernel 5.10
With PCI and USB regressions fixed it should be safe to switch now.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-rw-r--r-- | target/linux/bcm53xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile index 9457d68ee3..083f905096 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -11,7 +11,7 @@ FEATURES:=squashfs nand usb pci pcie gpio pwm CPU_TYPE:=cortex-a9 SUBTARGETS:=generic -KERNEL_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.10 define Target/Description |