Merge pull request #2050 from pentoo/firmware

profile: prevent bad firmware install
This commit is contained in:
github-actions[bot] 2024-07-21 14:51:12 +00:00 committed by GitHub
commit b5bec635df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,5 +64,10 @@ ACCEPT_LICENSE="* -@EULA intel-ucode-20180807 FraunhoferFDK Intel-SDP Nordic-5"
GPSD_PROTOCOLS="nmea0183 nmea2000"
L10N="en en-US"
# These firmware files cause failure during module load
# which sometimes goes on to lock up the kernel
# but the hardware is mostly functional without them so for now
# prevent breakage by not installing the firmware
INSTALL_MASK="/lib/firmware/mediatek/BT_RAM_CODE_MT*.bin*"