projects/intel:

- add some config options
This commit is contained in:
Stephan Raue 2009-11-29 06:08:18 +01:00
parent db83aaeed6
commit bda79c4a97

View File

@ -24,6 +24,9 @@
# build and install Samba Server (yes / no)
SAMBA_SERVER=yes
# todo (need for vdr?)
SERVICES=yes
# Displayserver to use (xorg-server / no)
DISPLAYSERVER=xorg-server
@ -43,6 +46,23 @@
# digimatrix/mceusb/mceusb2/streamzap/cx88/imonknob/ultrax/dvico/MCE-X10)
RECEIVER=mceusb
# Locales to include in the ISO
# can be empty or a list of locale names
# e.g. "en_US.ISO-8859-1 it_IT.UTF-8"
# used only when TARGET_LIBC=glibc
INCLUDED_LOCALES=
# Default locale to use (empty disables locale support)
# remember to set INCLUDED_LOCALES accordingly
# used only when TARGET_LIBC=glibc
DEFAULT_LOCALE=
# Timezones to include in the ISO
# can be empty, "all" or a list of zoneinfo names
# e.g. "Europe/Rome GMT Africa America/Kentucky"
# used only when TARGET_LIBC=glibc
INCLUDED_TIMEZONES=all
# MESA to use (Mesa / Mesa-master)
MESA=Mesa-master