more firmware cleanup

This commit is contained in:
Tobias Powalowski 2023-05-03 10:41:02 +02:00
parent ea088a135c
commit 2337107474

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/{cxgb*,cmmb*,dvb*,isdbt*,sb16,sms1*,ueagle-atm,v4l*,yamaha} rm -rf ${BUILDROOT}/lib/firmware/{amphion,as102*,atusb,av7110,cmmb*,cis,cpia2,cnm,ct*,cxgb*,cmmb*,dabusb,dpaa2,dsp56k,dvb*,edgeport,emi26,emi62,ess,f2255usb*,go7007,hfi1*,inside-secure,isdbt*,keyspan*,korg,meson,moxa,mts*,myri10ge*,myricom,nxp,ositech,sb16,s2250*,s5p-*,sms1*,tehuti,ttusb-budget,ueagle-atm,usbdux*,v4l*,vicam,vxge,whiteheat*,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 {} \;
} }