From 66bb8eefc9693b3a0893c8a42aa191916405cb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Sun, 17 Sep 2023 18:17:19 +0200 Subject: Import Linux 6.5 (edge, stable) as a secondary version Start offering support for Linux stable for users who might experience problems with the long-term (LTS, currently 6.1) series of kernels. But it may also be handy to get more hardware support, benefits of major changes in the stack, and get ready for the adoption of the next long-term series. --- aports/rtl8821ce/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aports/rtl8821ce') diff --git a/aports/rtl8821ce/APKBUILD b/aports/rtl8821ce/APKBUILD index b058e18..a76671c 100644 --- a/aports/rtl8821ce/APKBUILD +++ b/aports/rtl8821ce/APKBUILD @@ -14,7 +14,7 @@ install= options="!check !strip" source="https://github.com/tomaspinho/rtl8821ce/archive/${_gitrev}.zip" -_kver=$(cd /usr/src/ && find . -mindepth 1 -maxdepth 1 -type d | sed 's!./linux-headers-!!') +_kver=$(cd /usr/src/ && find . -mindepth 1 -maxdepth 1 -type d -name '*-lts' | sed 's!./linux-headers-!!') _kbase="/lib/modules/${_kver}" _srcdir="$srcdir/rtl8821ce-$_gitrev" -- cgit v1.2.3