mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Virtual: enable uvesafb. disable lcdproc/afpfs/etc.. nonsense
This commit is contained in:
parent
22dee93d30
commit
e214afabaa
@ -161,7 +161,7 @@
|
|||||||
# for a list of additinoal drivers see packages/linux-drivers
|
# for a list of additinoal drivers see packages/linux-drivers
|
||||||
# Space separated list is supported,
|
# Space separated list is supported,
|
||||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||||
ADDITIONAL_DRIVERS="RTL8192CU RTL8188EU vboxguest dvbhdhomerun"
|
ADDITIONAL_DRIVERS="vboxguest dvbhdhomerun"
|
||||||
|
|
||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK="yes"
|
NETWORK="yes"
|
||||||
@ -179,7 +179,7 @@
|
|||||||
UPNP_SUPPORT="yes"
|
UPNP_SUPPORT="yes"
|
||||||
|
|
||||||
# build with MySQL support (yes / no)
|
# build with MySQL support (yes / no)
|
||||||
MYSQL_SUPPORT="yes"
|
MYSQL_SUPPORT="no"
|
||||||
|
|
||||||
# build xbmc with sshlib support (yes / no)
|
# build xbmc with sshlib support (yes / no)
|
||||||
SSHLIB_SUPPORT="yes"
|
SSHLIB_SUPPORT="yes"
|
||||||
@ -197,7 +197,7 @@
|
|||||||
NFS_SUPPORT="yes"
|
NFS_SUPPORT="yes"
|
||||||
|
|
||||||
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
|
# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no)
|
||||||
AFP_SUPPORT="yes"
|
AFP_SUPPORT="no"
|
||||||
|
|
||||||
# build and install Samba Client support (yes / no)
|
# build and install Samba Client support (yes / no)
|
||||||
SAMBA_SUPPORT="yes"
|
SAMBA_SUPPORT="yes"
|
||||||
@ -226,7 +226,7 @@
|
|||||||
NTFS3G="yes"
|
NTFS3G="yes"
|
||||||
|
|
||||||
# build and install hfs filesystem utilities (yes / no)
|
# build and install hfs filesystem utilities (yes / no)
|
||||||
HFSTOOLS="yes"
|
HFSTOOLS="no"
|
||||||
|
|
||||||
# OpenGL(X) implementation to use (no / Mesa)
|
# OpenGL(X) implementation to use (no / Mesa)
|
||||||
OPENGL="Mesa"
|
OPENGL="Mesa"
|
||||||
@ -238,7 +238,7 @@
|
|||||||
WINDOWMANAGER="ratpoison"
|
WINDOWMANAGER="ratpoison"
|
||||||
|
|
||||||
# include uvesafb support (yes / no)
|
# include uvesafb support (yes / no)
|
||||||
UVESAFB_SUPPORT="no"
|
UVESAFB_SUPPORT="yes"
|
||||||
|
|
||||||
# Displayserver to use (xorg-server / no)
|
# Displayserver to use (xorg-server / no)
|
||||||
DISPLAYSERVER="xorg-server"
|
DISPLAYSERVER="xorg-server"
|
||||||
@ -268,16 +268,16 @@
|
|||||||
ATVCLIENT_SUPPORT="no"
|
ATVCLIENT_SUPPORT="no"
|
||||||
|
|
||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="yes"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
# build and install Joystick support (yes / no)
|
# build and install Joystick support (yes / no)
|
||||||
JOYSTICK_SUPPORT="yes"
|
JOYSTICK_SUPPORT="no"
|
||||||
|
|
||||||
# build and install CEC adapter support (yes / no)
|
# build and install CEC adapter support (yes / no)
|
||||||
CEC_SUPPORT="yes"
|
CEC_SUPPORT="no"
|
||||||
|
|
||||||
# build and install iSCSI support - iscsistart (yes / no)
|
# build and install iSCSI support - iscsistart (yes / no)
|
||||||
ISCSI_SUPPORT="yes"
|
ISCSI_SUPPORT="no"
|
||||||
|
|
||||||
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
# LCD driver to Use - Possible drivers are ( Comma seperated:
|
||||||
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
|
||||||
@ -290,7 +290,7 @@
|
|||||||
# 'all' compiles all drivers;
|
# 'all' compiles all drivers;
|
||||||
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
# 'all,!xxx,!yyy' de-selects previously selected drivers
|
||||||
# "none" for disable LCD support
|
# "none" for disable LCD support
|
||||||
LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780,CFontz,SureElec,vlsys_m428"
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# Modules to install in initramfs for early boot
|
# Modules to install in initramfs for early boot
|
||||||
INITRAMFS_MODULES="xhci-hcd"
|
INITRAMFS_MODULES="xhci-hcd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user