diff --git a/projects/ATV/options b/projects/ATV/options index 3e4234b519..ae223d5fbe 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -274,6 +274,9 @@ # "none" for disable LCD support LCD_DRIVER="none" +# 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" diff --git a/projects/Fusion/options b/projects/Fusion/options index cf50987dd3..78dd97eb0b 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -256,7 +256,7 @@ # build and install CEC adapter support (yes / no) CEC_SUPPORT="yes" - + # build and install iSCSI support - iscsistart (yes / no) ISCSI_SUPPORT="yes" @@ -273,6 +273,9 @@ # "none" for disable LCD support LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb" +# Modules to install in initramfs for early boot + INITRAMFS_MODULES="uvesafb xhci-hcd" + # 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/Generic/options b/projects/Generic/options index 3b3e9013a3..97120f7d2c 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -273,6 +273,9 @@ # "none" for disable LCD support LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb" +# Modules to install in initramfs for early boot + INITRAMFS_MODULES="uvesafb xhci-hcd" + # 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/Generic_OSS/options b/projects/Generic_OSS/options index 8a830aa31b..c00f8aecaa 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -273,6 +273,9 @@ # "none" for disable LCD support LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb" +# Modules to install in initramfs for early boot + INITRAMFS_MODULES="uvesafb xhci-hcd" + # 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/ION/options b/projects/ION/options index 7a51a3cacf..58cfc432c4 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -273,6 +273,9 @@ # "none" for disable LCD support LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb" +# Modules to install in initramfs for early boot + INITRAMFS_MODULES="uvesafb xhci-hcd" + # 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/Intel/options b/projects/Intel/options index 2d10c88765..7a5278e60d 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -273,6 +273,9 @@ # "none" for disable LCD support LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb" +# Modules to install in initramfs for early boot + INITRAMFS_MODULES="xhci-hcd" + # 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/RPi/options b/projects/RPi/options index 289c64e64c..40a6767883 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -277,6 +277,9 @@ # "none" for disable LCD support LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb" +# 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" diff --git a/projects/Ultra/options b/projects/Ultra/options index f7d85acb10..7070482287 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -273,6 +273,9 @@ # "none" for disable LCD support LCD_DRIVER="imon,imonlcd,MtxOrb" +# Modules to install in initramfs for early boot + INITRAMFS_MODULES="uvesafb xhci-hcd" + # 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/Virtual/options b/projects/Virtual/options index c296ae377e..0cde098327 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -269,6 +269,9 @@ # "none" for disable LCD support LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb" +# 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"