summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2011-01-07 18:21:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-10 10:45:26 +0100
commit2d2cde54102a8cbb12753c7a67058154b6f9c035 (patch)
treed1e3f341408fc75fb2665fcd3e44e356cd99257a /Config.in
parent17e66a0ae47c6ac675870c3c55f638d3eacf8b93 (diff)
make installation of package init scripts optional
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 9a779028b..1216099db 100644
--- a/Config.in
+++ b/Config.in
@@ -46,6 +46,18 @@ endmenu
menu "Package selection"
depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM
+
+config ADK_INSTALL_PACKAGE_INIT_SCRIPTS
+ boolean "ship custom init-scripts along with packages"
+ default y
+ help
+ Turning this option to false will prevent the ADK from
+ installing init-scripts (i.e. files in /etc/init.d) for
+ certain daemons and daemon-like applications.
+
+ Note that without further customisation, turning this option
+ off will almost certainly render the resulting system unusable.
+
source "package/Config.in.auto.global"
source "package/Config.in.auto"
endmenu