diff options
author | Daniel Golle <daniel@makrotopia.org> | 2024-05-07 14:10:27 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-05-12 12:52:16 +0200 |
commit | fbf6f9da0206c2a54314989db0ae595742a167df (patch) | |
tree | 1cbb50ee7e41a4f96b042e30907263845b589298 | |
parent | 6961d5e9c1b561f1d863d077a13c3ebb357d6af4 (diff) | |
download | openwrt-fbf6f9da0206c2a54314989db0ae595742a167df.tar.gz openwrt-fbf6f9da0206c2a54314989db0ae595742a167df.tar.bz2 openwrt-fbf6f9da0206c2a54314989db0ae595742a167df.zip |
airoha: set KERNEL_TESTING_PATCHVER:=6.6
Lets give Linux 6.6 a try.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Link: https://github.com/openwrt/openwrt/pull/15416
Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r-- | target/linux/airoha/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 0a66ef839c..50c871edaa 100644 --- a/target/linux/airoha/Makefile +++ b/target/linux/airoha/Makefile @@ -7,6 +7,7 @@ CPU_TYPE:=cortex-a7 FEATURES:=dt squashfs nand ramdisk gpio source-only KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |