diff options
author | Paul Spooren <mail@aparcar.org> | 2021-09-29 19:16:07 -1000 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-02-27 14:41:28 +0100 |
commit | 493b60d044c1d32ec7dbc4b02f7f5d6ada397a29 (patch) | |
tree | ff6317f4aff9a9e07d14640498ef42c3a9efedaa /target/linux/bcm63xx/Makefile | |
parent | c3ccc4529d883346d52d543887274290c619cb8c (diff) | |
download | upstream-493b60d044c1d32ec7dbc4b02f7f5d6ada397a29.tar.gz upstream-493b60d044c1d32ec7dbc4b02f7f5d6ada397a29.tar.bz2 upstream-493b60d044c1d32ec7dbc4b02f7f5d6ada397a29.zip |
bcm63xx: switch to Kernel 5.10
Bump the last missing target to Kernel 5.10. While this requires a work
around to boot it will allow more people to test the new Kernel before
the upcomming release.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/bcm63xx/Makefile')
-rw-r--r-- | target/linux/bcm63xx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm63xx/Makefile b/target/linux/bcm63xx/Makefile index 23e43f601a..289b55b762 100644 --- a/target/linux/bcm63xx/Makefile +++ b/target/linux/bcm63xx/Makefile @@ -10,8 +10,8 @@ BOARD:=bcm63xx BOARDNAME:=Broadcom BCM63xx SUBTARGETS:=generic smp FEATURES:=squashfs usb atm pci pcmcia usbgadget -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 + +KERNEL_PATCHVER:=5.10 define Target/Description Build firmware images for Broadcom based xDSL/routers |