summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorPhil Sutter <phil.sutter@viprinet.com>2011-01-07 18:21:51 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-10 10:45:27 +0100
commit4935edd89d6019323d7c67fd9692cebe0f110496 (patch)
treea09bdc84c9014813bfb0652452332167ef1e362f /Config.in
parent2d2cde54102a8cbb12753c7a67058154b6f9c035 (diff)
make installation of package network hooks optional
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 1216099db..1d8473380 100644
--- a/Config.in
+++ b/Config.in
@@ -58,6 +58,17 @@ config ADK_INSTALL_PACKAGE_INIT_SCRIPTS
Note that without further customisation, turning this option
off will almost certainly render the resulting system unusable.
+config ADK_INSTALL_PACKAGE_NETWORK_SCRIPTS
+ boolean "ship custom network-scripts along with packages"
+ default y
+ help
+ Turning this option to false will prevent the ADK from
+ installing network-scripts (i.e. files in /etc/network/) for
+ packages providing any.
+
+ 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