cleanup firmware

This commit is contained in:
Tobias Powalowski 2023-05-03 07:26:22 +02:00
parent b0c6a6acd0
commit 29656393e8

View file

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