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:
a1a9572
)
armsr: Use kernel 6.6 by default
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 26 May 2024 21:59:39 +0000
(23:59 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 30 May 2024 20:44:57 +0000
(22:44 +0200)
All 2 subtargets are compiling fine and booting up in qemu.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/armsr/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/armsr/Makefile
b/target/linux/armsr/Makefile
index c2e57e52da60196f0c6e2b2201e5af150454953d..02b0eda60757eae10352617d302e4d1615f5143b 100644
(file)
--- a/
target/linux/armsr/Makefile
+++ b/
target/linux/armsr/Makefile
@@
-9,8
+9,7
@@
BOARDNAME:=Arm SystemReady (EFI) compliant
FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
-KERNEL_PATCHVER:=6.1
-KERNEL_TESTING_PATCHVER:=6.6
+KERNEL_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk