projects/intel:

- cleanup options file
This commit is contained in:
Stephan Raue 2009-10-23 20:37:19 +02:00
parent 03a5913092
commit beb9e9d1f1

View File

@ -8,19 +8,19 @@
# Root password to integrate in the target system
ROOT_PASSWORD="openelec"
# build with static busybox (this makes kernel smaller if
# only busybox exists in initramfs) (yes /no )
BUSYBOX_STATIC=yes
# Timezone to use (empty disables timezone support)
# use a TZ environment string
TIMEZONE=
# Mediacenter to use (enna / moovida / mythtv / no)
MEDIACENTER=moovida
# build with plymouth graphical boot (yes / no)
PLYMOUTH=yes
# Skins to install (Vision2)
SKINS=Vision2
# build with network support (yes / no)
NETWORK=yes
# build and install Samba Server (yes / no)
SAMBA_SERVER=yes
# Displayserver to use (wayland / xorg-server / no)
DISPLAYSERVER=xorg-server
@ -29,6 +29,17 @@
# e.g. GRAPHIC_DRIVERS="i915 i965 radeon nouveau"
GRAPHIC_DRIVERS="i965"
# Remote to Use (pctv/logitech/hauppauge/realmagic/creative/leadtek/
# leadtek-pvr2000/RM-S6/RX-V850/animax/askey/avermedia/packard_bell/atiusb/
# atiusb2/LG/D-10/digimatrix/mceusb/streamzap/cinergy1400/nova-s-plus/twinhan/
# tosh-vt76f/flytv-prime/Medion-X10/imonknob/ultrax/dvico/MCE-X10)
REMOTE=mceusb
# Remote receiver to use (animax/askey/avermedia/atiusb/atiusb2/creative/
# hauppauge/homemade/irman/leadtek/leadtek-pvr2000/logitech/pctv/realmagic/
# digimatrix/mceusb/mceusb2/streamzap/cx88/imonknob/ultrax/dvico/MCE-X10)
RECEIVER=mceusb
# MESA to use (Mesa / Mesa-master)
MESA=Mesa-master
@ -44,14 +55,16 @@
# Coreboot support (yes / no)
COREBOOT=no
# Debug?
DEBUG=no
# System config dir for target
TARGET_SYSCONFDIR=/usr/etc
#####################################################################
## Do not change anything below this line
#####################################################################
# if [ "$PLYMOUTH" = "yes" ]; then
# BUSYBOX_STATIC=no
# fi
if [ "$DISPLAYSERVER" = xorg-server ]; then
CAIRO=cairo
elif [ "$DISPLAYSERVER" = wayland ]; then
@ -67,6 +80,10 @@ if [ "$MEDIACENTER" = enna ]; then
MESA_GLU=yes
fi
if [ "$MEDIACENTER" = xbmc ]; then
MESA_GLU=yes
fi
get_graphicdrivers() {
if [ "$GRAPHIC_DRIVERS" = all ]; then
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"