We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674cd92 commit 55a17acCopy full SHA for 55a17ac
build-kmod-v4l2loopback.sh
@@ -7,11 +7,6 @@ ARCH="$(rpm -E '%_arch')"
7
KERNEL="$(rpm -q "${KERNEL_NAME}" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
8
RELEASE="$(rpm -E '%fedora')"
9
10
-if [[ "${RELEASE}" -lt "40" ]]; then
11
- echo "SKIPPED BUILD of v4l2loopback: compile failure on 6.8 kernels in F38/F39 as of 2024-03-27"
12
- exit 0
13
-fi
14
-
15
### BUILD v4l2loopbak (succeed or fail-fast with debug output)
16
rpm-ostree install \
17
akmod-v4l2loopback-*.fc${RELEASE}.${ARCH}
0 commit comments