Skip to content

Commit

Permalink
fix: Remove some unneeded kmods from fsync
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Nov 29, 2023
1 parent c204fda commit 1d53a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ RUN if grep -qv "surface" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-evdi.sh \
; fi && \
if grep -qv "fsync" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-winesync.sh && \
/tmp/build-kmod-openrgb.sh && \
/tmp/build-kmod-steamdeck.sh \
; fi && \
/tmp/build-kmod-gasket.sh && \
/tmp/build-kmod-gcadapter_oc.sh && \
/tmp/build-kmod-nct6687d.sh && \
/tmp/build-kmod-openrazer.sh && \
/tmp/build-kmod-openrgb.sh && \
/tmp/build-kmod-ryzen-smu.sh && \
/tmp/build-kmod-v4l2loopback.sh && \
/tmp/build-kmod-winesync.sh && \
/tmp/build-kmod-wl.sh && \
/tmp/build-kmod-xpadneo.sh && \
/tmp/build-kmod-xpad-noone.sh && \
Expand Down

0 comments on commit 1d53a19

Please sign in to comment.