diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index c98866d21a..6fb122e338 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -259,3 +259,11 @@ # Space separated list is supported, # e.g. ADDITIONAL_PACKAGES="PACKAGE1 PACKAGE2" ADDITIONAL_PACKAGES="" + +# build and install driver addons (yes / no) + DRIVER_ADDONS_SUPPORT="no" + +# driver addons to install: +# for a list of additional drivers see packages/linux-driver-addons +# Space separated list is supported, + DRIVER_ADDONS="crazycat digital_devices dvb-latest" diff --git a/projects/Amlogic/options b/projects/Amlogic/options index 3cd89e6d95..d95b36116a 100644 --- a/projects/Amlogic/options +++ b/projects/Amlogic/options @@ -66,14 +66,6 @@ # e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2" ADDITIONAL_DRIVERS+="" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # additional packages to install: ADDITIONAL_PACKAGES+=" dtc ethmactool emmctool flashrom pciutils" diff --git a/projects/Generic/options b/projects/Generic/options index d23531047e..0b2da2ef49 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -62,14 +62,6 @@ # e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2" ADDITIONAL_DRIVERS+="" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat digital_devices dvb-latest" - # Default size of the ova image, in MB, eg. 4096 OVA_SIZE="4096" diff --git a/projects/NXP/options b/projects/NXP/options index 38758016fb..05820bf8e6 100644 --- a/projects/NXP/options +++ b/projects/NXP/options @@ -52,14 +52,6 @@ # KODI Player implementation to use (default / bcm2835-driver / libfslvpuwrap) KODIPLAYER_DRIVER="mesa" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # additional Firmware to use (dvb-firmware, misc-firmware, wlan-firmware) # Space separated list is supported, # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware" diff --git a/projects/Qualcomm/devices/Dragonboard/options b/projects/Qualcomm/devices/Dragonboard/options index f7dda9d0a8..dd56d1faba 100644 --- a/projects/Qualcomm/devices/Dragonboard/options +++ b/projects/Qualcomm/devices/Dragonboard/options @@ -85,14 +85,6 @@ # e.g. FIRMWARE="dvb-firmware misc-firmware wlan-firmware" FIRMWARE="misc-firmware wlan-firmware dvb-firmware firmware-dragonboard" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # build with installer (yes / no) INSTALLER_SUPPORT="no" diff --git a/projects/RPi/options b/projects/RPi/options index dbba3f22fd..8552dfa420 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -80,14 +80,6 @@ ADDITIONAL_DRIVERS+=" rpi-cirrus-config" fi - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # additional packages to install: ADDITIONAL_PACKAGES+=" bcm2835-utils dtc" diff --git a/projects/Rockchip/options b/projects/Rockchip/options index 83d79af254..0ddd428fea 100644 --- a/projects/Rockchip/options +++ b/projects/Rockchip/options @@ -73,13 +73,5 @@ # Start boot partition at 16MiB, same as https://github.com/rockchip-linux/build images SYSTEM_PART_START=32768 - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additinoal drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="dvb-latest" - # debug tty path DEBUG_TTY="/dev/ttyS2" diff --git a/projects/Samsung/options b/projects/Samsung/options index 2fb31ebbdd..5928b2d023 100644 --- a/projects/Samsung/options +++ b/projects/Samsung/options @@ -73,14 +73,6 @@ # e.g. ADDITIONAL_DRIVERS+=" DRIVER1 DRIVER2" ADDITIONAL_DRIVERS+="" - # build and install driver addons (yes / no) - DRIVER_ADDONS_SUPPORT="no" - - # driver addons to install: - # for a list of additional drivers see packages/linux-driver-addons - # Space separated list is supported, - DRIVER_ADDONS="crazycat dvb-latest" - # use the kernel CEC framework for libcec (yes / no) CEC_FRAMEWORK_SUPPORT="yes"