From 1e4a87c3f7da7b47c82fdc1ec2a0b6856e7e8571 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/ATV/options | 2 +- projects/Generic/options | 2 +- projects/RPi/options | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/ATV/options b/projects/ATV/options index 8fcc61fd68..c2e51ad2d7 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -206,7 +206,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 b2d87a5e67..bb6723e053 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -206,7 +206,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 e6f4f3aa6d..c5cdf5320f 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -207,7 +207,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"