diff --git a/projects/ATV/options b/projects/ATV/options index 751879b4f5..bbc70bd609 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -149,6 +149,9 @@ # build with libnfs support (mounting nfs shares with XBMC) (yes / no) NFS_SUPPORT="yes" +# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) + AFP_SUPPORT="no" + # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index dedcfac56f..9914eaaa82 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -149,6 +149,9 @@ # build with libnfs support (mounting nfs shares with XBMC) (yes / no) NFS_SUPPORT="yes" +# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) + AFP_SUPPORT="no" + # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Generic/options b/projects/Generic/options index f300ff0c59..d831835581 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -149,6 +149,9 @@ # build with libnfs support (mounting nfs shares with XBMC) (yes / no) NFS_SUPPORT="yes" +# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) + AFP_SUPPORT="no" + # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 63522ff7c8..4c59916eef 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -149,6 +149,9 @@ # build with libnfs support (mounting nfs shares with XBMC) (yes / no) NFS_SUPPORT="yes" +# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) + AFP_SUPPORT="no" + # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/ION/options b/projects/ION/options index ccbc64e69d..7eb4be5091 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -149,6 +149,9 @@ # build with libnfs support (mounting nfs shares with XBMC) (yes / no) NFS_SUPPORT="yes" +# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) + AFP_SUPPORT="no" + # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 4e60575623..69aca9913d 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -149,6 +149,9 @@ # build with libnfs support (mounting nfs shares with XBMC) (yes / no) NFS_SUPPORT="yes" +# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) + AFP_SUPPORT="no" + # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Ultra/options b/projects/Ultra/options index 4021c071e8..846aa9cfe7 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -155,6 +155,9 @@ # build and install with NFS mount support in XBMC (yes / no) NFS_SUPPORT="yes" +# build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) + AFP_SUPPORT="no" + # build and install Samba Server (yes / no) SAMBA_SERVER="yes"