firmware.inc: Default to no firmware and fix HW18 firmwares
Since these firmwares are added to the ostree initramfs image, it does not make sense to had the full linux-firmware package (> 400MB). BugzID: 60719
This commit is contained in:
parent
43e83f3769
commit
58b019f67d
|
|
@ -1,4 +1,4 @@
|
|||
FIRMWARE ?= "linux-firmware"
|
||||
FIRMWARE ?= ""
|
||||
|
||||
FIRMWARE_am335x-nmhw24= " \
|
||||
linux-firmware-wl12xx\
|
||||
|
|
@ -28,10 +28,9 @@ FIRMWARE_am335x-nrhw16 = " \
|
|||
linux-firmware-wl18xx\
|
||||
wlconf-bin \
|
||||
"
|
||||
FIRMWARE_armada-385 = " \
|
||||
FIRMWARE_armada-385-nrhw18 = " \
|
||||
linux-firmware-ath6k \
|
||||
linux-firmware-ath9k \
|
||||
"
|
||||
|
||||
FIRMWARE_imx8-nmhw23 = ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue