From e84777a8cd14a2060fb0b8029b53e1267e2aa6f1 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 17 Sep 2011 15:20:15 +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 4df9c62ecf..5763dc04c3 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -156,7 +156,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"