diff options
author | Nick Hainke <vincent@systemli.org> | 2023-01-22 21:09:21 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-24 00:30:47 +0100 |
commit | ac21dff5b67698c09f54a4b98d6f9f12af17edd4 (patch) | |
tree | 67f505da1178b82202b0f3ba0e962f75282cf202 /target/linux | |
parent | 496d32cb7827e12c0432d5310dc52220d7aed390 (diff) | |
download | upstream-ac21dff5b67698c09f54a4b98d6f9f12af17edd4.tar.gz upstream-ac21dff5b67698c09f54a4b98d6f9f12af17edd4.tar.bz2 upstream-ac21dff5b67698c09f54a4b98d6f9f12af17edd4.zip |
pistachio: switch to 5.15 by default
It appears that only a few users are using the pistachio SoC. The most
active user of the target has already approved the testing kernel and
so it is very unlikely bugs will be reported in the near future.
Therefore, the target should be directly bumped to 5.15.
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/pistachio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index ba3764305b..6ccf63142e 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -12,8 +12,7 @@ CPU_TYPE:=24kc CPU_SUBTYPE:=24kf SUBTARGETS:=generic -KERNEL_PATCHVER:=5.10 -KERNEL_TESTING_PATCHVER:=5.15 +KERNEL_PATCHVER:=5.15 include $(INCLUDE_DIR)/target.mk |