diff options
| author | Robert Marko <robimarko@gmail.com> | 2023-05-22 23:44:29 +0200 |
|---|---|---|
| committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-28 08:57:10 +0200 |
| commit | 61ff33c1c282093f1d96ac2e5c106dedf7b897f7 (patch) | |
| tree | 8138484932b34c2cca1d3e2ef53aa0a458ce5467 /target/linux | |
| parent | 09085d1740ef33ef9ca4404c45802342850b6e02 (diff) | |
| download | upstream-61ff33c1c282093f1d96ac2e5c106dedf7b897f7.tar.gz upstream-61ff33c1c282093f1d96ac2e5c106dedf7b897f7.tar.bz2 upstream-61ff33c1c282093f1d96ac2e5c106dedf7b897f7.zip | |
ipq807x: enable selecting 6.1 as testing kernel
Allow selecting 6.1 as the testing kernel on ipq807x.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/ipq807x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq807x/Makefile b/target/linux/ipq807x/Makefile index fdabf575d36..53606ef52a4 100644 --- a/target/linux/ipq807x/Makefile +++ b/target/linux/ipq807x/Makefile @@ -9,6 +9,7 @@ CPU_TYPE:=cortex-a53 SUBTARGETS:=generic KERNEL_PATCHVER:=5.15 +KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |
