
Remove several wifi related firmware that is not required in the deploy image. Change-Id: I2cce855b600f5d5165012182bf1db342f23cdd96
20 lines
944 B
Bash
20 lines
944 B
Bash
export IPA_REMOVE_FIRMWARE=${IPA_REMOVE_FIRMWARE:-amdgpu,netronome,qcom,ti-communication,ti-keystone,ueagle-atm,rsi,mrvl,brcm,mediatek,ath10k,rtlwifi,rtw88,rtw89,libertas,ath11k}
|
|
|
|
# NOTE(TheJulia): List of what each item represents for future context
|
|
# amdgpu == AMD/ATI Radeon/Vega/Raven firmware for drivers
|
|
# netronome == Netronome Agilio Smartnics
|
|
# qcom = Qualcom SoC firmware
|
|
# ti-communication == Texas Instruments SoC firmware
|
|
# ti-keystone == Texas Instruments baseband firmware
|
|
# ueagle-atm == ADSL/ATM interface card firmware
|
|
# rsi == Redpine wifi chip firmware
|
|
# mrvl == Marvell wifi chip and prestera ethernet switch ASIC firmware
|
|
# brcm == Broadcom wifi firmware
|
|
# mediatek == Mediatek wifi and SoC (think chromebook) firmware
|
|
# ath10k == Qualcom Atheros 10k firmware
|
|
# rtlwifi == Realtek Wifi firmware
|
|
# rtw88 == Realtek wireless
|
|
# rtw89 == Realtek wireless
|
|
# libertas == Marvell libertas wifi
|
|
# auth11k == Qualcomm atheros WLAN
|