diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2023-02-24 12:06:10 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2023-02-24 12:06:10 +0100 |
commit | eaf5c85fd3d7d8f35dd80e6816c79dc35016a83f (patch) | |
tree | cfd96d23b7406beab0ad05836aa4c314b6844eee /target | |
parent | ee85786b43344b8ed5f722ffd3639f1e0563fd36 (diff) | |
download | upstream-eaf5c85fd3d7d8f35dd80e6816c79dc35016a83f.tar.gz upstream-eaf5c85fd3d7d8f35dd80e6816c79dc35016a83f.tar.bz2 upstream-eaf5c85fd3d7d8f35dd80e6816c79dc35016a83f.zip |
bcm47xx: switch default kernel to the 5.15
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm47xx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bcm47xx/Makefile b/target/linux/bcm47xx/Makefile index ca09aea981..a56c53ca6d 100644 --- a/target/linux/bcm47xx/Makefile +++ b/target/linux/bcm47xx/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Broadcom BCM47xx/53xx (MIPS) FEATURES:=squashfs usb SUBTARGETS:=generic mips74k legacy -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build firmware images for Broadcom based BCM47xx/53xx routers with MIPS CPU, *not* ARM. |