projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3595931
)
malta: Use kernel 6.1 by default
author
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 2 Feb 2024 13:01:46 +0000
(14:01 +0100)
committer
Daniel Golle
<daniel@makrotopia.org>
Sat, 3 Feb 2024 04:35:25 +0000
(
04:35
+0000)
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 bff63a1dd4bd2c87d9ab789c4783fbee702bf967..f98aedf577f3f20586327599ac05bc23a1ab4a2e 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:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
include $(INCLUDE_DIR)/target.mk