Skip to content

Commit

Permalink
feat: Add Firmware for Awinic aw87559 audio
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 27, 2024
1 parent f6236f7 commit 313ffe8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ RUN --mount=type=cache,dst=/var/cache/rpm-ostree \
mv -vf /tmp/linux-firmware-galileo/* /usr/lib/firmware/qca/ && \
rm -rf /tmp/linux-firmware-galileo && \
rm -rf /usr/share/alsa/ucm2/conf.d/acp5x/Valve-Jupiter-1.conf && \
mkdir -p /tmp/aw87559 && \
mkdir -p /usr/lib/firmware/aw87559 && \
curl -Lo /tmp/aw87559/aw87xxx_acf.bin https://github.com/orangepi-xunlong/firmware/raw/refs/heads/master/aw87xxx_acf.bin && \
xz --check=crc32 /tmp/aw87559/aw87xxx_acf.bin && \
mv -vf /tmp/aw87559/* /usr/lib/firmware/aw87559 && \
rm -rf /tmp/aw87559 && \
if [[ "${IMAGE_FLAVOR}" =~ "asus" ]]; then \
curl -Lo /etc/yum.repos.d/_copr_lukenukem-asus-linux.repo https://copr.fedorainfracloud.org/coprs/lukenukem/asus-linux/repo/fedora-$(rpm -E %fedora)/lukenukem-asus-linux-fedora-$(rpm -E %fedora).repo && \
rpm-ostree install \
Expand Down

0 comments on commit 313ffe8

Please sign in to comment.