projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
436aa11
)
at91: set 6.1 as default kernel version
author
Nick Hainke
<vincent@systemli.org>
Mon, 22 Apr 2024 08:18:02 +0000
(10:18 +0200)
committer
Nick Hainke
<vincent@systemli.org>
Sun, 28 Apr 2024 15:50:37 +0000
(17:50 +0200)
Adjust the kernel version to default 6.1 in order to facilitate testing
for a broader audience.
Signed-off-by: Nick Hainke <vincent@systemli.org>
target/linux/at91/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/at91/Makefile
b/target/linux/at91/Makefile
index 10608bff77e2cabb865d866fea04ea34b4ee0937..d02a32071bc62452640b44a75b2577789fb5432c 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:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk