diff options
| author | Mieczyslaw Nalewaj | 2024-08-09 15:57:23 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-09-20 17:42:56 +0000 |
| commit | 5b9e41828ef2298e95931209eb1e95b881c29f01 (patch) | |
| tree | 5f6e58264a032fc3eebac23c918f8fb6571e8dc3 | |
| parent | 8043e2e7464befb6f3fd8b42e891ba35248c0fa4 (diff) | |
| download | openwrt-5b9e41828ef2298e95931209eb1e95b881c29f01.tar.gz | |
at91: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
| -rw-r--r-- | target/linux/at91/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index cde2d77c7e..8fd4a01834 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=Microchip (Atmel AT91) FEATURES:=ext4 squashfs targz usbgadget ubifs SUBTARGETS:=sama7 sama5 sam9x -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk |