Skip to content

Commit

Permalink
chore: Temporarily revert dwc3 change
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Nov 17, 2023
1 parent 07a88d0 commit 84cda83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
3 changes: 1 addition & 2 deletions Containerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ RUN if grep -qv "surface" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-evdi.sh \
; fi && \
if grep -qv "fsync" <<< "${KERNEL_FLAVOR}"; then \
/tmp/build-kmod-steamdeck.sh && \
/tmp/build-kmod-steamdeck-dwc3.sh \
/tmp/build-kmod-steamdeck.sh \
; fi && \
/tmp/build-kmod-gasket.sh && \
/tmp/build-kmod-gcadapter_oc.sh && \
Expand Down
19 changes: 0 additions & 19 deletions build-kmod-steamdeck-dwc3.sh

This file was deleted.

5 changes: 0 additions & 5 deletions build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ else
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/fedora-cisco-openh264.repo
fi

# Disable gpg on negativo until fixed.
if [[ -f /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/negativo17-fedora-multimedia.repo ]]; then
sed -i 's@gpgcheck=1@gpgcheck=0@g' /tmp/ublue-os-akmods-addons/rpmbuild/SOURCES/negativo17-fedora-multimedia.repo
fi

# enable RPMs with alternatives to create them in this image build
mkdir -p /var/lib/alternatives

Expand Down

0 comments on commit 84cda83

Please sign in to comment.