Skip to content

Commit 54a2487

Browse files
authored
chore: remove firmware files that are part of mt7xxx-firmware (#1760)
We don't need this at all anymore. mt7xxx-firmware package is included in our base image already. This is super old tech debt. ``` rpm -qf \ /usr/lib/firmware/mediatek/WIFI_RAM_CODE_MT7922_1.bin.xz \ /usr/lib/firmware/mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin.xz ```
1 parent a3d0aed commit 54a2487

2 files changed

Lines changed: 0 additions & 21 deletions

File tree

Containerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ RUN --mount=type=tmpfs,dst=/boot \
7979
--mount=type=secret,id=GITHUB_TOKEN \
8080
/ctx/build_files/base/06-override-install.sh
8181

82-
# Get Firmare for Framework
83-
RUN --mount=type=tmpfs,dst=/boot \
84-
--mount=type=bind,from=ctx,source=/,target=/ctx \
85-
--mount=type=cache,dst=/var/cache/libdnf5 \
86-
/ctx/build_files/base/08-firmware.sh
87-
8882
# Beta
8983
RUN --mount=type=tmpfs,dst=/boot \
9084
--mount=type=bind,from=ctx,source=/,target=/ctx \

build_files/base/08-firmware.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)