diff options
| author | Mieczyslaw Nalewaj | 2024-07-28 12:49:44 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-07-28 17:15:37 +0000 |
| commit | c5a5c44d0c1bcbca4c42cd83793e9f2a825a4b2a (patch) | |
| tree | 9b104cd45abb6a60900ee72a2f6c5a366875b744 | |
| parent | ba723a3f6c1a8d3c39d85cd57eae2daa8c896b15 (diff) | |
| download | openwrt-c5a5c44d0c1bcbca4c42cd83793e9f2a825a4b2a.tar.gz | |
archs38: use kernel 6.6 by default
Switch to Linux kernel version 6.6.
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/16021
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/archs38/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index 7de2684eb7..0b3feb9889 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -11,8 +11,7 @@ BOARDNAME:=Synopsys DesignWare ARC HS38 FEATURES:=source-only SUBTARGETS:=generic -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 DEVICE_TYPE:=basic |