restore bnx2

This commit is contained in:
Tobias Powalowski 2023-05-03 08:07:37 +02:00
parent 29656393e8
commit ea088a135c

View file

@ -7,7 +7,7 @@ build ()
# add firmware files and licenses # add firmware files and licenses
map add_full_dir "/lib/firmware" "/usr/share/licenses/linux-firmware" map add_full_dir "/lib/firmware" "/usr/share/licenses/linux-firmware"
# remove not used firmware # remove not used firmware
rm -rf ${BUILDROOT}/lib/firmware/{bnx2,cxgb*,dvb*,sb16,sms1*,ueagle-atm,v4l*,yamaha} rm -rf ${BUILDROOT}/lib/firmware/{cxgb*,cmmb*,dvb*,isdbt*,sb16,sms1*,ueagle-atm,v4l*,yamaha}
find ${BUILDROOT}/lib/firmware -type f -name "*txt*" -exec rm {} \; find ${BUILDROOT}/lib/firmware -type f -name "*txt*" -exec rm {} \;
find ${BUILDROOT}/lib/firmware -type f -name "*README*" -exec rm {} \; find ${BUILDROOT}/lib/firmware -type f -name "*README*" -exec rm {} \;
} }