diff options
| author | Christian Marangi | 2024-03-20 00:37:50 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-04-02 21:46:02 +0000 |
| commit | ac0e2194ab4ce4b5f72d804046949cc076b595d6 (patch) | |
| tree | adaaa1dba00370ba32709797652c20ba259bb20a | |
| parent | 75acc621be921e8552b549eb5c04e9b019e289f5 (diff) | |
| download | openwrt-ac0e2194ab4ce4b5f72d804046949cc076b595d6.tar.gz | |
ipq806x: add kernel 6.6 as a testing kernel version
Add and enable kernel 6.6 as a testing kernel version.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/ipq806x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 74a0007a4e..cd6f3dc2d3 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -11,6 +11,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=zImage Image dtbs |