From e8ce75f5bf5b75d4c0c4b0fa8f32f94203467e88 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 13 Feb 2010 06:00:59 +0100 Subject: [PATCH] projects/generic: - disable SABnzbd by default --- projects/generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/generic/options b/projects/generic/options index 39c49810b1..e860361340 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -51,7 +51,7 @@ # Plugins for XBMC to install (SABnzbd) # Space separated list is supported, # e.g. XBMC_PLUGINS="SABnzbd" - XBMC_PLUGINS="SABnzbd" + XBMC_PLUGINS="" # build with network support (yes / no) NETWORK="yes"