diff options
| author | Christian Marangi | 2024-03-20 10:19:49 +0000 |
|---|---|---|
| committer | Christian Marangi | 2024-04-02 21:45:21 +0000 |
| commit | 032dad8818b3f4a61b24505c45b38c7706e6260a (patch) | |
| tree | 501d78aeccb2e336c22f51756576febf41c264c2 | |
| parent | dbd0bc7cf95c87a0c7b18a1724be82ff161eaf8d (diff) | |
| download | openwrt-032dad8818b3f4a61b24505c45b38c7706e6260a.tar.gz | |
ipq40xx: 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/ipq40xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index b494e66e5d..be48e4be52 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -9,6 +9,7 @@ CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic chromium mikrotik KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 KERNELNAME:=zImage Image dtbs |