eudev: kmod back to v30 for now

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-07-30 21:00:00 +02:00
parent 7b6ecd72f2
commit f391cd0b09

View File

@ -110,7 +110,7 @@ jobs:
# build kmod
git clone -c http.sslVerify=false --single-branch https://github.com/kmod-project/kmod.git /tmp/kmod
cd /tmp/kmod
git checkout v32
git checkout v30
patch -p1 < /source/input/kmod.patch
./autogen.sh
./configure CC=${CC} CFLAGS='-O2' --host=${HOST} --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --enable-tools --disable-manpages --disable-python --without-zstd --without-xz --without-zlib --without-openssl