From 302a63481b598b7b28d94935c945d0cb6b5bd498 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 23 Jul 2011 03:35:57 +0200 Subject: [PATCH] projects/*/options: add options to enable NFS support in XBMC Signed-off-by: Stephan Raue --- projects/ATV/options | 3 +++ projects/Fusion/options | 3 +++ projects/Generic/options | 3 +++ projects/ION/options | 3 +++ projects/Intel/options | 3 +++ projects/Ultra/options | 3 +++ 6 files changed, 18 insertions(+) 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"