diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 3dbbff7971..63522ff7c8 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -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"