summaryrefslogtreecommitdiffstats
path: root/rules/host-timeout.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-05-03 14:48:52 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-05-03 22:22:49 +0200
commit267644edbb7ea62f521d0e871e47bfda985d58d2 (patch)
treeaba9fddd253c65032272d3fbabd9f59a751982b0 /rules/host-timeout.in
parentfe33806da6bd1eaa2230c4654843e3ac72a32ec8 (diff)
downloadptxdist-267644edbb7ea62f521d0e871e47bfda985d58d2.tar.gz
ptxdist-267644edbb7ea62f521d0e871e47bfda985d58d2.tar.xz
[host-*] activate all host packages if ALLYES is active
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/host-timeout.in')
-rw-r--r--rules/host-timeout.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-timeout.in b/rules/host-timeout.in
index 6989a8989..2f39a5b22 100644
--- a/rules/host-timeout.in
+++ b/rules/host-timeout.in
@@ -2,7 +2,8 @@
config HOST_TIMEOUT
tristate
+ default ALLYES
help
timeout executes a command and imposes an elapsed time
limit. When the time limit is reached, timeout sends a
- predefined signal to the target process. \ No newline at end of file
+ predefined signal to the target process.