diff options
| author | Rafał Miłecki | 2020-08-04 05:05:47 +0000 |
|---|---|---|
| committer | Rafał Miłecki | 2020-08-04 11:28:56 +0000 |
| commit | 7125323b81d7317f4a95840aa9ae891e02f42cd7 (patch) | |
| tree | 7bef797534d21e5a2b35dccba54a575da8a960c2 | |
| parent | 36c53e0dd27bbd088f188ca449d8f85dd4eaf463 (diff) | |
| download | openwrt-7125323b81d7317f4a95840aa9ae891e02f42cd7.tar.gz | |
bcm53xx: switch to kernel 5.4
Switch, USB, WiFi, buttons tested on BCM47094.
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 628d422b53..35f8513801 100644 --- a/target/linux/bcm53xx/Makefile +++ b/target/linux/bcm53xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs nand usb pci pcie gpio CPU_TYPE:=cortex-a9 SUBTARGETS:=generic -KERNEL_PATCHVER:=4.19 +KERNEL_PATCHVER:=5.4 KERNEL_TESTING_PATCHVER:=5.4 define Target/Description |