diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-05-20 12:36:43 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-05-20 12:36:43 +0200 |
commit | 0ad209709973830ff14cba3dd3c275015c0c548e (patch) | |
tree | 136d4ff1a7fb91ee8f4a3384ef13826a59d9a830 /target | |
parent | 6a1e7c767f197b80385f4be9ac7a4b5af27cb4ec (diff) | |
download | upstream-0ad209709973830ff14cba3dd3c275015c0c548e.tar.gz upstream-0ad209709973830ff14cba3dd3c275015c0c548e.tar.bz2 upstream-0ad209709973830ff14cba3dd3c275015c0c548e.zip |
bmips: switch to linux 5.15
I tested it locally and I couldn't find any regressions, so let's give this a
wider test :).
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bmips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index 1fb89b11f3..fa648665d9 100644 --- a/target/linux/bmips/Makefile +++ b/target/linux/bmips/Makefile @@ -9,8 +9,7 @@ BOARDNAME:=Broadcom BMIPS SUBTARGETS:=generic nand FEATURES:=gpio source-only squashfs usb -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 define Target/Description Build firmware images for BCM33xx cable modem chips, |