diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2024-02-02 14:01:46 +0100 |
|---|---|---|
| committer | Daniel Golle <daniel@makrotopia.org> | 2024-02-03 04:35:25 +0000 |
| commit | dfcf4498d1a0a80742d6bddfb5c5e30405d94ccf (patch) | |
| tree | 3646f4cbaeddb0f51021e693b614352981ab67d9 /target/linux | |
| parent | 359593193479434a79c7fbab5d23dad7d633e91d (diff) | |
| download | upstream-dfcf4498d1a0a80742d6bddfb5c5e30405d94ccf.tar.gz upstream-dfcf4498d1a0a80742d6bddfb5c5e30405d94ccf.tar.bz2 upstream-dfcf4498d1a0a80742d6bddfb5c5e30405d94ccf.zip | |
malta: Use kernel 6.1 by default
All 4 subtargets are compiling fine and booting up in qemu.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/malta/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index bff63a1dd4b..f98aedf577f 100644 --- 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 |
