From 7ddb548d68e5dd19b5b23977f27c3f8555d4d8cb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 18 Sep 2011 00:37:57 +0200 Subject: [PATCH] projects/ION/options: enable samba server support (who knows why its disabled) Signed-off-by: Stephan Raue --- projects/ION/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ION/options b/projects/ION/options index 3869584350..a3d8e3861d 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -162,7 +162,7 @@ SAMBA_CLIENT="yes" # build and install Samba Server (yes / no) - SAMBA_SERVER="no" + SAMBA_SERVER="yes" # build and install SFTP Server (yes / no) SFTP_SERVER="yes"