Virtual: enable uvesafb. disable lcdproc/afpfs/etc.. nonsense

This commit is contained in:
Stefan Saraev 2013-10-24 13:40:10 +03:00
parent 22dee93d30
commit e214afabaa

View File

@ -161,7 +161,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 RTL8188EU vboxguest dvbhdhomerun"
ADDITIONAL_DRIVERS="vboxguest dvbhdhomerun"
# build with network support (yes / no)
NETWORK="yes"
@ -179,7 +179,7 @@
UPNP_SUPPORT="yes"
# build with MySQL support (yes / no)
MYSQL_SUPPORT="yes"
MYSQL_SUPPORT="no"
# build xbmc with sshlib support (yes / no)
SSHLIB_SUPPORT="yes"
@ -197,7 +197,7 @@
NFS_SUPPORT="yes"
# 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)
SAMBA_SUPPORT="yes"
@ -226,7 +226,7 @@
NTFS3G="yes"
# build and install hfs filesystem utilities (yes / no)
HFSTOOLS="yes"
HFSTOOLS="no"
# OpenGL(X) implementation to use (no / Mesa)
OPENGL="Mesa"
@ -238,7 +238,7 @@
WINDOWMANAGER="ratpoison"
# include uvesafb support (yes / no)
UVESAFB_SUPPORT="no"
UVESAFB_SUPPORT="yes"
# Displayserver to use (xorg-server / no)
DISPLAYSERVER="xorg-server"
@ -268,16 +268,16 @@
ATVCLIENT_SUPPORT="no"
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="yes"
IRSERVER_SUPPORT="no"
# build and install Joystick support (yes / no)
JOYSTICK_SUPPORT="yes"
JOYSTICK_SUPPORT="no"
# build and install CEC adapter support (yes / no)
CEC_SUPPORT="yes"
CEC_SUPPORT="no"
# build and install iSCSI support - iscsistart (yes / no)
ISCSI_SUPPORT="yes"
ISCSI_SUPPORT="no"
# LCD driver to Use - Possible drivers are ( Comma seperated:
# bayrad,CFontz,CFontz633,CFontzPacket,curses,CwLnx,dm140,
@ -290,7 +290,7 @@
# 'all' compiles all drivers;
# 'all,!xxx,!yyy' de-selects previously selected drivers
# "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
INITRAMFS_MODULES="xhci-hcd"