projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ddc9fc
)
airoha: default to kernel 6.1
author
Robert Marko
<robimarko@gmail.com>
Tue, 26 Mar 2024 11:56:34 +0000
(12:56 +0100)
committer
Robert Marko
<robimarko@gmail.com>
Thu, 28 Mar 2024 12:06:43 +0000
(13:06 +0100)
6.1 has been present as testing for a while now, so default to it.
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/airoha/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/airoha/Makefile
b/target/linux/airoha/Makefile
index 5906a1307e02a97f32adba3853960b86be32bf1d..0a66ef839c94f9fd9bfd158d352653b9fc6fc12a 100644
(file)
--- a/
target/linux/airoha/Makefile
+++ b/
target/linux/airoha/Makefile
@@
-6,8
+6,7
@@
BOARDNAME:=Airoha ARM
CPU_TYPE:=cortex-a7
FEATURES:=dt squashfs nand ramdisk gpio source-only
-KERNEL_PATCHVER:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk