projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e51b36
)
airoha: default to kernel 6.6
author
Robert Marko
<robimarko@gmail.com>
Tue, 4 Jun 2024 20:44:53 +0000
(22:44 +0200)
committer
Robert Marko
<robimarko@gmail.com>
Wed, 5 Jun 2024 07:34:06 +0000
(09:34 +0200)
Move airoha do kernel 6.6 as the default.
Link:
https://github.com/openwrt/openwrt/pull/15630
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 50c871edaacb9df1a510c160bfc9b89e3dcaa812..99ce7443ece6cda2a97d26d7b7516f69141a0716 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:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk