Skip to content

Commit

Permalink
components/firmware: stripped unneeded firmwares
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManjeet committed May 6, 2024
1 parent 87b7b08 commit ef00cc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elements/components/firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ environ:
script: |-
make DESTDIR=%{install-root}/%{prefix} FIRMWARE=%{libdir}/firmware install-zst
for i in netronome mellanox libertas mwl8k mlwwifi mrvl qcom a300_* liquidio qlogic qed ql2???_* c{b,t,t2}fw-* bnx2x* ; do
rm -rf %{install-root}%{libdir}/firmware/$i
done
build-depends:
- components/zstd.yml
- components/rdfind.yml
Expand Down

0 comments on commit ef00cc8

Please sign in to comment.