From b1fdeff61659a9be58c81aa7103c50df5969558b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 18 Jan 2011 11:13:18 +0100 Subject: [PATCH] projects/*/options: add option to enable/disable Sick-Beard support Signed-off-by: Stephan Raue --- projects/ATV/options | 3 +++ projects/Generic/options | 3 +++ projects/ION/options | 3 +++ projects/Intel/options | 3 +++ 4 files changed, 12 insertions(+) diff --git a/projects/ATV/options b/projects/ATV/options index 268c6b6a72..c854db5e72 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -114,6 +114,9 @@ # build and install SABnzbd Newsgroup downloader daemon (yes / no) SABNZBD="no" +# build and install SickBeard Newsgroup downloader daemon (yes / no) + SICKBEARD="no" + # build and install some tools for including in release (yes / no) # some of this tools are: htop, nano, wgetpaste TOOLS="yes" diff --git a/projects/Generic/options b/projects/Generic/options index d02c727c59..87dc92e22c 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -113,6 +113,9 @@ # build and install SABnzbd Newsgroup downloader daemon (yes / no) SABNZBD="yes" +# build and install SickBeard Newsgroup downloader daemon (yes / no) + SICKBEARD="yes" + # build and install some tools for including in release (yes / no) # some of this tools are: htop, nano, wgetpaste TOOLS="yes" diff --git a/projects/ION/options b/projects/ION/options index 10d753402b..a140e9b0b6 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -113,6 +113,9 @@ # build and install SABnzbd Newsgroup downloader daemon (yes / no) SABNZBD="yes" +# build and install SickBeard Newsgroup downloader daemon (yes / no) + SICKBEARD="yes" + # build and install some tools for including in release (yes / no) # some of this tools are: htop, nano, wgetpaste TOOLS="yes" diff --git a/projects/Intel/options b/projects/Intel/options index f5ba937c5d..6316c0602c 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -113,6 +113,9 @@ # build and install SABnzbd Newsgroup downloader daemon (yes / no) SABNZBD="yes" +# build and install SickBeard Newsgroup downloader daemon (yes / no) + SICKBEARD="yes" + # build and install some tools for including in release (yes / no) # some of this tools are: htop, nano, wgetpaste TOOLS="yes"