mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
profile: prevent bad firmware install
This commit is contained in:
parent
03fef1bb13
commit
a3e5026094
1 changed files with 6 additions and 1 deletions
|
|
@ -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*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue