diff --git a/projects/ATV/options b/projects/ATV/options index 7ae7340f67..07b6bacb1a 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -149,6 +149,9 @@ # build and install Avahi (Zeroconf) daemon (yes / no) AVAHI_DAEMON="yes" +# build and install with NFS mount support in XBMC (yes / no) + NFS_SUPPORT="yes" + # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index f7dba973c8..14b4e185d0 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -149,6 +149,9 @@ # build and install Avahi (Zeroconf) daemon (yes / no) AVAHI_DAEMON="yes" +# build and install with NFS mount support in XBMC (yes / no) + NFS_SUPPORT="yes" + # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 19c2bf5379..abb08340ee 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -149,6 +149,9 @@ # build and install Avahi (Zeroconf) daemon (yes / no) AVAHI_DAEMON="yes" +# build and install with NFS mount support in XBMC (yes / no) + NFS_SUPPORT="yes" + # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/ION/options b/projects/ION/options index 99f577d055..30073f46c3 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -149,6 +149,9 @@ # build and install Avahi (Zeroconf) daemon (yes / no) AVAHI_DAEMON="yes" +# build and install with NFS mount support in XBMC (yes / no) + NFS_SUPPORT="yes" + # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 852a5a2f05..f2f7ab5cdc 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -149,6 +149,9 @@ # build and install Avahi (Zeroconf) daemon (yes / no) AVAHI_DAEMON="yes" +# build and install with NFS mount support in XBMC (yes / no) + NFS_SUPPORT="yes" + # build and install Samba Server (yes / no) SAMBA_SERVER="yes" diff --git a/projects/Ultra/options b/projects/Ultra/options index 5924c21857..9a155fcbb2 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -146,6 +146,9 @@ # build and install Avahi (Zeroconf) daemon (yes / no) AVAHI_DAEMON="yes" +# build and install with NFS mount support in XBMC (yes / no) + NFS_SUPPORT="yes" + # build and install Samba Server (yes / no) SAMBA_SERVER="yes"