diff options
| author | Robert Marko | 2024-03-26 11:56:34 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-28 12:06:43 +0000 |
| commit | cbc2664d1d33d33760516516b49915787d33470d (patch) | |
| tree | e81093e689cf1974eadaf2ea9b3e91907bf747a5 | |
| parent | 6ddc9fc4b55345ad6cdfca7542a4987433e7f35d (diff) | |
| download | openwrt-cbc2664d1d33d33760516516b49915787d33470d.tar.gz | |
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>
| -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 |