diff --git a/projects/Amlogic/devices/LePotato/options b/projects/Amlogic/devices/LePotato/options index 02bb537187..e7e44771f4 100644 --- a/projects/Amlogic/devices/LePotato/options +++ b/projects/Amlogic/devices/LePotato/options @@ -9,15 +9,3 @@ # Kernel extra targets to build KERNEL_UBOOT_EXTRA_TARGET="gxl_p212_1g_lepotato.dtb gxl_p212_2g_lepotato.dtb" - - # additional drivers to install: - # for a list of additinoal drivers see packages/linux-drivers - # Space separated list is supported, - # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS="gpu-aml" - - # 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="" - diff --git a/projects/Amlogic/devices/S905/options b/projects/Amlogic/devices/S905/options index c02f29c756..896a224502 100644 --- a/projects/Amlogic/devices/S905/options +++ b/projects/Amlogic/devices/S905/options @@ -2,7 +2,7 @@ # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS gpu-aml fd628-aml" + ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS fd628-aml" # additional packages to install: # Space separated list is supported, diff --git a/projects/Amlogic/options b/projects/Amlogic/options index da9277d7af..1f10abcf9b 100644 --- a/projects/Amlogic/options +++ b/projects/Amlogic/options @@ -112,7 +112,7 @@ # for a list of additinoal drivers see packages/linux-drivers # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2" - ADDITIONAL_DRIVERS="RTL8192CU RTL8192DU RTL8192EU RTL8812AU \ + ADDITIONAL_DRIVERS="gpu-aml RTL8192CU RTL8192DU RTL8192EU RTL8812AU \ ap6xxx-aml mt7601u-aml mt7603u-aml qca9377-aml \ RTL8188EU-aml RTL8189ES-aml RTL8189FS-aml RTL8723BS-aml \ RTL8723DS-aml RTL8822BU-aml ssv6xxx-aml"