diff options
author | Robert Marko <robimarko@gmail.com> | 2024-03-26 12:56:34 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-03-28 13:06:43 +0100 |
commit | cbc2664d1d33d33760516516b49915787d33470d (patch) | |
tree | e81093e689cf1974eadaf2ea9b3e91907bf747a5 /target | |
parent | 6ddc9fc4b55345ad6cdfca7542a4987433e7f35d (diff) |
airoha: default to kernel 6.1
6.1 has been present as testing for a while now, so default to it.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/airoha/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 5906a1307e..0a66ef839c 100644 --- 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:=5.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk |