From 0a56d73165d48a853899c061001430414612f53c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 5 Aug 2014 20:35:23 +0200 Subject: [PATCH] projects/*/options: disable AFP support for now, its buggy and we will see who needs this Signed-off-by: Stephan Raue --- projects/Cuboxi/options | 2 +- projects/Generic/options | 2 +- projects/RPi/options | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/Cuboxi/options b/projects/Cuboxi/options index 4773279028..c6864bec35 100644 --- a/projects/Cuboxi/options +++ b/projects/Cuboxi/options @@ -209,7 +209,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="yes" + AFP_SUPPORT="no" # build and install Samba Client support (yes / no) SAMBA_SUPPORT="yes" diff --git a/projects/Generic/options b/projects/Generic/options index d84c85102f..d0121d29df 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -208,7 +208,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="yes" + AFP_SUPPORT="no" # build and install Samba Client support (yes / no) SAMBA_SUPPORT="yes" diff --git a/projects/RPi/options b/projects/RPi/options index aa408f204a..cc2ca12161 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -209,7 +209,7 @@ NFS_SUPPORT="yes" # build with afpfs-ng support (mounting AFP shares with XBMC) (yes / no) - AFP_SUPPORT="yes" + AFP_SUPPORT="no" # build and install Samba Client support (yes / no) SAMBA_SUPPORT="yes"