diff options
| author | Zoltan HERPAI | 2025-05-24 10:43:39 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2025-05-24 12:03:02 +0000 |
| commit | f5b3e71cc5e7073b65b3c0b2f7795e15faac1ea4 (patch) | |
| tree | c45cafe585c57c153fd96872c0b87320f84cbf72 | |
| parent | d0d1f190683ad5923182140c40afb479907a1c2b (diff) | |
| download | openwrt-f5b3e71cc5e7073b65b3c0b2f7795e15faac1ea4.tar.gz | |
d1: use kernel 6.12 by default
Switch to Linux kernel version 6.12.
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| -rw-r--r-- | target/linux/d1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/d1/Makefile b/target/linux/d1/Makefile index 7bd9b936aa..23a987bc58 100644 --- a/target/linux/d1/Makefile +++ b/target/linux/d1/Makefile @@ -11,8 +11,7 @@ FEATURES:=ext4 squashfs KERNELNAME:=Image dtbs SUBTARGETS:=generic -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |