diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2020-03-10 13:26:57 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2020-03-10 15:50:55 +0100 |
commit | 5c98041d5a054bfe68070bbfa6fdeab63e6586fc (patch) | |
tree | 74bf44f999ea95d785130a6b003721428ecb1ec5 /target/linux/bcm47xx/Makefile | |
parent | 04a21c26a005ac314b79e6905f51b4789d6d79bd (diff) | |
download | upstream-5c98041d5a054bfe68070bbfa6fdeab63e6586fc.tar.gz upstream-5c98041d5a054bfe68070bbfa6fdeab63e6586fc.tar.bz2 upstream-5c98041d5a054bfe68070bbfa6fdeab63e6586fc.zip |
bcm47xx: switch to kernel 4.19
Ethernet, switch, LEDs, buttons, USB, sysupgrade & LuCI were
successfully tested on BCM4706.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm47xx/Makefile')
-rw-r--r-- | target/linux/bcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm47xx/Makefile b/target/linux/bcm47xx/Makefile index 0fb8202ab2..52cef31118 100644 --- a/target/linux/bcm47xx/Makefile +++ b/target/linux/bcm47xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs usb SUBTARGETS:=generic mips74k legacy MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de> -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 define Target/Description |