diff options
| author | Pawel Dembicki | 2024-07-24 08:20:56 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-08-01 15:10:15 +0000 |
| commit | 732e0f31fb2d115f92b246180c86158e1240c1d0 (patch) | |
| tree | 7d3ee4bf8200bdda453ca3f25d8da9c6d14e53c6 | |
| parent | e6fec638d2791547c45c9a5267be07a722e03cd9 (diff) | |
| download | openwrt-732e0f31fb2d115f92b246180c86158e1240c1d0.tar.gz | |
kirkwood: switch to kernel 6.6
Let's switch to kernel 6.6 for wide tests.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15998
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/kirkwood/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 44eaf925a1..2010f9a812 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -11,8 +11,7 @@ FEATURES:=rtc usb nand squashfs ramdisk CPU_TYPE:=xscale SUBTARGETS:=generic -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |