Remove firmware files with unknown license.
This commit is contained in:
parent
fdd5fe884c
commit
f58c764fa1
@ -196,56 +196,6 @@ src_prepare() {
|
|||||||
mellanox/mlxsw_spectrum-13.2000.1122.mfa2
|
mellanox/mlxsw_spectrum-13.2000.1122.mfa2
|
||||||
)
|
)
|
||||||
|
|
||||||
# blacklist of images with unknown license
|
|
||||||
local unknown_license=(
|
|
||||||
korg/k1212.dsp
|
|
||||||
ess/maestro3_assp_kernel.fw
|
|
||||||
ess/maestro3_assp_minisrc.fw
|
|
||||||
yamaha/ds1_ctrl.fw
|
|
||||||
yamaha/ds1_dsp.fw
|
|
||||||
yamaha/ds1e_ctrl.fw
|
|
||||||
ttusb-budget/dspbootcode.bin
|
|
||||||
emi62/bitstream.fw
|
|
||||||
emi62/loader.fw
|
|
||||||
emi62/midi.fw
|
|
||||||
emi62/spdif.fw
|
|
||||||
ti_3410.fw
|
|
||||||
ti_5052.fw
|
|
||||||
mts_mt9234mu.fw
|
|
||||||
mts_mt9234zba.fw
|
|
||||||
whiteheat.fw
|
|
||||||
whiteheat_loader.fw
|
|
||||||
cpia2/stv0672_vp4.bin
|
|
||||||
vicam/firmware.fw
|
|
||||||
edgeport/boot.fw
|
|
||||||
edgeport/boot2.fw
|
|
||||||
edgeport/down.fw
|
|
||||||
edgeport/down2.fw
|
|
||||||
edgeport/down3.bin
|
|
||||||
sb16/mulaw_main.csp
|
|
||||||
sb16/alaw_main.csp
|
|
||||||
sb16/ima_adpcm_init.csp
|
|
||||||
sb16/ima_adpcm_playback.csp
|
|
||||||
sb16/ima_adpcm_capture.csp
|
|
||||||
sun/cassini.bin
|
|
||||||
acenic/tg1.bin
|
|
||||||
acenic/tg2.bin
|
|
||||||
adaptec/starfire_rx.bin
|
|
||||||
adaptec/starfire_tx.bin
|
|
||||||
yam/1200.bin
|
|
||||||
yam/9600.bin
|
|
||||||
ositech/Xilinx7OD.bin
|
|
||||||
qlogic/isp1000.bin
|
|
||||||
myricom/lanai.bin
|
|
||||||
yamaha/yss225_registers.bin
|
|
||||||
lgs8g75.fw
|
|
||||||
)
|
|
||||||
|
|
||||||
if use !unknown-license; then
|
|
||||||
einfo "Removing files with unknown license ..."
|
|
||||||
rm -v "${unknown_license[@]}" || die
|
|
||||||
fi
|
|
||||||
|
|
||||||
if use !redistributable; then
|
if use !redistributable; then
|
||||||
# remove files _not_ in the free_software or unknown_license lists
|
# remove files _not_ in the free_software or unknown_license lists
|
||||||
# everything else is confirmed (or assumed) to be redistributable
|
# everything else is confirmed (or assumed) to be redistributable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user