diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-05-30 20:51:32 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2023-05-30 21:00:34 +0200 |
commit | 2aca88ef8d982f266d05e55a06554811a209481e (patch) | |
tree | 0a67a6844d3ef0faa4f8bd5cd3b32eff48e10a8f /target/linux/bmips/Makefile | |
parent | f6c02b014d9c57f25fb8a3a0dfcf52894492bd15 (diff) |
bmips: enable testing kernel version with 6.1 version
Enable testing kernel version with 6.1 kernel version.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/Makefile')
-rw-r--r-- | target/linux/bmips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bmips/Makefile b/target/linux/bmips/Makefile index d5f437fbd4..f45a70c289 100644 --- a/target/linux/bmips/Makefile +++ b/target/linux/bmips/Makefile @@ -10,6 +10,7 @@ SUBTARGETS:=bcm6318 bcm6328 bcm6358 bcm6362 bcm6368 bcm63268 FEATURES:=gpio squashfs usb KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 define Target/Description Build firmware images for BCM33xx cable modem chips, |