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:
72f0e51
)
malta: Use kernel 6.6 by default
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 26 May 2024 18:03:09 +0000
(20:03 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 28 May 2024 20:10:52 +0000
(22:10 +0200)
All 4 subtargets are compiling fine and booting up in qemu.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/malta/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/malta/Makefile
b/target/linux/malta/Makefile
index b159b191440b21be36968b6164c359e285ad8d9b..319e06579e72ad5260a2bd5f6c0481286ebc8c4e 100644
(file)
--- a/
target/linux/malta/Makefile
+++ b/
target/linux/malta/Makefile
@@
-10,8
+10,7
@@
SUBTARGETS:=le be le64 be64
INITRAMFS_EXTRA_FILES:=
FEATURES:=cpiogz ext4 ramdisk squashfs targz
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk