From 218d36cc0c43c6f269f7f88ed697b19f1448eb37 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 11 Sep 2011 12:59:37 +0200 Subject: [PATCH] projects/*/options: enable AFP support per default Signed-off-by: Stephan Raue --- projects/ATV/options | 2 +- projects/Fusion/options | 2 +- projects/Generic/options | 2 +- projects/Generic_OSS/options | 2 +- projects/ION/options | 2 +- projects/Intel/options | 2 +- projects/Ultra/options | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/ATV/options b/projects/ATV/options index bbc70bd609..8f6cca8ca0 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -150,7 +150,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="no" + AFP_SUPPORT="yes" # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index 9914eaaa82..dcced6eed5 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -150,7 +150,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="no" + AFP_SUPPORT="yes" # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Generic/options b/projects/Generic/options index d831835581..4c5212bf34 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -150,7 +150,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="no" + AFP_SUPPORT="yes" # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 4c59916eef..796ebcc7c3 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -150,7 +150,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="no" + AFP_SUPPORT="yes" # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/ION/options b/projects/ION/options index 7eb4be5091..527c1908db 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -150,7 +150,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="no" + AFP_SUPPORT="yes" # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 69aca9913d..a8bed38695 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -150,7 +150,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="no" + AFP_SUPPORT="yes" # build and install with XBMC webfrontend (yes / no) WEBSERVER="yes" diff --git a/projects/Ultra/options b/projects/Ultra/options index 846aa9cfe7..0766fdf783 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -156,7 +156,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="no" + AFP_SUPPORT="yes" # build and install Samba Server (yes / no) SAMBA_SERVER="yes"