projects/Generic_OSS/options: syncing options

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-09 01:24:36 +02:00
parent f4b77c95a4
commit 292c1fdcc7

View File

@ -1,5 +1,5 @@
# Name of the Distro to build (full name, without special charcters)
DISTRONAME="OpenELEC"
DISTRONAME="OpenELEC_EDEN"
# Welcome Message for e.g. SSH Server (up to 5 Lines)
GREATING0="##############################################"
@ -146,6 +146,9 @@
# build with netmount (mounting network drives on boot) support (yes / no)
NETMOUNT="yes"
# build with libnfs support (mounting nfs shares with XBMC) (yes / no)
NFS_SUPPORT="yes"
# build and install with XBMC webfrontend (yes / no)
WEBSERVER="yes"