diff options
| author | Goetz Goerisch | 2025-11-23 09:09:29 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-25 16:27:24 +0000 |
| commit | d263af38c079e1f47efff6df3844cec3f7eec994 (patch) | |
| tree | b4a5ad6082ef1c574e7d99079964e470c3fa6eb0 | |
| parent | cd851fb96e8d0c9f228dc10f00747215a538477a (diff) | |
| download | openwrt-d263af38c079e1f47efff6df3844cec3f7eec994.tar.gz | |
zynq: switch to kernel 6.12
switch the kernel to 6.12 by default
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20892
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/zynq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index f504dd3566..36f6dc2429 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -18,8 +18,7 @@ define Target/Description Build firmware image for Zynq 7000 SoC devices. endef -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |