Skip to content

Commit 55a17ac

Browse files
authored
fix: restore v4l2loopback build (#168)
1 parent 674cd92 commit 55a17ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build-kmod-v4l2loopback.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ ARCH="$(rpm -E '%_arch')"
77
KERNEL="$(rpm -q "${KERNEL_NAME}" --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}')"
88
RELEASE="$(rpm -E '%fedora')"
99

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-
1510
### BUILD v4l2loopbak (succeed or fail-fast with debug output)
1611
rpm-ostree install \
1712
akmod-v4l2loopback-*.fc${RELEASE}.${ARCH}

0 commit comments

Comments
 (0)