diff options
| author | Mieczyslaw Nalewaj | 2024-08-09 15:47:02 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-09-20 17:51:06 +0000 |
| commit | 0627030fbe0e79c3af103583194b2ac7c2b4a6c4 (patch) | |
| tree | f4bc7e53e9452d642685f70e58b26e88460e7ad0 | |
| parent | d1e9f79ca39e70adc9d70ded8ac2d6d3c7b2faa6 (diff) | |
| download | openwrt-0627030fbe0e79c3af103583194b2ac7c2b4a6c4.tar.gz | |
qoriq: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Link: https://github.com/openwrt/openwrt/pull/16120
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
| -rw-r--r-- | target/linux/qoriq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/qoriq/Makefile b/target/linux/qoriq/Makefile index 9d03c3183f..59c413aa50 100644 --- a/target/linux/qoriq/Makefile +++ b/target/linux/qoriq/Makefile @@ -11,8 +11,7 @@ CPU_TYPE:=e5500 FEATURES:=boot-part ext4 fpu legacy-sdcard powerpc64 ramdisk rootfs-part rtc source-only SUBTARGETS:=generic -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 KERNELNAME:=zImage |