projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8043e2e
)
at91: use kernel 6.6 by default
author
Mieczyslaw Nalewaj
<namiltd@yahoo.com>
Fri, 9 Aug 2024 15:57:23 +0000
(17:57 +0200)
committer
Daniel Golle
<daniel@makrotopia.org>
Fri, 20 Sep 2024 17:42:56 +0000
(18:42 +0100)
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
target/linux/at91/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/at91/Makefile
b/target/linux/at91/Makefile
index cde2d77c7e4193ba915cc3264c5c46d80e8b57f2..8fd4a0183411def5bb49bee12edb7e2e66810d60 100644
(file)
--- 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