From 8346f552756a9bbf6acc282b778e987158d586dd Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 10 Dec 2014 18:35:13 +0100 Subject: [PATCH] projects/imx6/options: dont setup firmwares twice, readd BT firmwares, this fixes non working BT on cubox-i & co. Signed-off-by: Stephan Raue --- projects/imx6/options | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/projects/imx6/options b/projects/imx6/options index 1b9fd9b310..6cb53b8e60 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -111,18 +111,13 @@ # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) KODIPLAYER_DRIVER="libfslvpuwrap" - # additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware) - # Space separated list is supported, - # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware" - FIRMWARE="$FIRMWARE brcmfmac_sdio-firmware" - # Modules to install in initramfs for early boot INITRAMFS_MODULES="" # additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware) # Space separated list is supported, # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware" - FIRMWARE="misc-firmware wlan-firmware dvb-firmware" + FIRMWARE="misc-firmware wlan-firmware dvb-firmware brcmfmac_sdio-firmware" # build and install ATV IR remote support (yes / no) ATVCLIENT_SUPPORT="no"