diff options
| author | Zoltan HERPAI | 2024-05-29 08:53:55 +0000 |
|---|---|---|
| committer | Zoltan HERPAI | 2024-05-29 15:56:28 +0000 |
| commit | 745ad016d173a4af21750f9913115fa410650498 (patch) | |
| tree | cf5d9860c55c011ac5d62c8ca248137efcfe8711 | |
| parent | e78a0cf3ce6e23185f02d450febb82da986ef0e4 (diff) | |
| download | openwrt-745ad016d173a4af21750f9913115fa410650498.tar.gz | |
d1: switch default to 6.6
Switch the default kernel to 6.6.
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 2f505500b2..a60af57afa 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.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |