Skip to content

Commit

Permalink
fix(deck): Remove upstream wifi firmware due to https://bugzilla.kern…
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 12, 2024
1 parent a14d6cb commit 4777b63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
curl https://gitlab.com/evlaV/linux-firmware-neptune/-/archive/"${JUPITER_FIRMWARE_VERSION}"/linux-firmware-neptune-"${JUPITER_FIRMWARE_VERSION}".tar.gz?path=ath11k/QCA206X -o /tmp/linux-firmware-galileo/ath11k.tar.gz && \
tar --strip-components 1 --no-same-owner --no-same-permissions --no-overwrite-dir -xvf /tmp/linux-firmware-galileo/ath11k.tar.gz -C /tmp/linux-firmware-galileo && \
xz --check=crc32 /tmp/linux-firmware-galileo/ath11k/QCA206X/hw2.1/* && \
rm -f /usr/lib/firmware/ath11k/QCA206X/* && \
rm -f /usr/lib/firmware/ath11k/QCA2066 && \
mv -vf /tmp/linux-firmware-galileo/ath11k/QCA206X /usr/lib/firmware/ath11k/QCA206X && \
rm -rf /tmp/linux-firmware-galileo/ath11k && \
rm -rf /tmp/linux-firmware-galileo/ath11k.tar.gz && \
Expand Down

0 comments on commit 4777b63

Please sign in to comment.