Skip to content

Commit c87dd2d

Browse files
authored
fix: remove gasket kmod build (#147)
1 parent 4bca7a4 commit c87dd2d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Containerfile.common

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ RUN if grep -qv "surface" <<< "${KERNEL_FLAVOR}"; then \
4646
/tmp/build-kmod-bmi160.sh && \
4747
/tmp/build-kmod-bmi260.sh && \
4848
/tmp/build-kmod-bmi323.sh && \
49-
/tmp/build-kmod-gasket.sh && \
5049
/tmp/build-kmod-gcadapter_oc.sh && \
5150
/tmp/build-kmod-nct6687d.sh && \
5251
/tmp/build-kmod-openrazer.sh && \

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Feel free to PR more kmod build scripts into this repo!
1818
- [bmi260](https://github.com/hhd-dev/bmi260) - kernel module driver for the Bosch BMI260 IMU (akmod from [ublue-os/akmods copr](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/))
1919
- [bmi323](https://github.com/hhd-dev/bmi260) - kernel module driver for the Bosch BMI323 IMU (akmod from [ublue-os/akmods copr](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/))
2020
- [evdi](www.displaylink.com) - kernel module required for use of displaylink (akmod from [negativo17 multimedia repo](https://negativo17.org/multimedia/)
21-
- [gasket/apex](https://github.com/google/gasket-driver) - kernel module for Coral Gasket Driver, allowing usage of the Coral EdgeTPU on Linux systems (akmod from [ublue-os/akmods copr](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/))
2221
- [gcadapter_oc](https://github.com/hannesmann/gcadapter-oc-kmod) - kernel module for overclocking the Nintendo Wii U/Mayflash GameCube adapter (akmod from [ublue-os/akmods copr](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/))
2322
- [nct6687d](https://github.com/Fred78290/nct6687d) - Linux kernel module for Nuvoton NCT6687-R found on AMD B550 chipset motherboards (akmod from [ublue-os/akmods copr](https://copr.fedorainfracloud.org/coprs/ublue-os/akmods/))
2423
- [nvidia](https://rpmfusion.org/Howto/NVIDIA) - nvidia GPU drivers built from rpmfusion

0 commit comments

Comments
 (0)