summaryrefslogtreecommitdiff
path: root/aports/rtl8821ce
diff options
context:
space:
mode:
authorPÁLI Gábor János <pali.gabor@gmail.com>2023-09-17 18:17:19 +0200
committerPÁLI Gábor János <pali.gabor@gmail.com>2023-09-17 20:42:35 +0200
commit66bb8eefc9693b3a0893c8a42aa191916405cb61 (patch)
treefbb65a620e787b3d069d8c12acdeee90f5fa348f /aports/rtl8821ce
parent89279d87c5d3e0ea330be1f927e3f3bc59dbc2a7 (diff)
downloadfreebsd-wifibox-alpine-66bb8eefc9693b3a0893c8a42aa191916405cb61.zip
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.
Diffstat (limited to 'aports/rtl8821ce')
-rw-r--r--aports/rtl8821ce/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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"