summaryrefslogtreecommitdiffstats
path: root/rules/initmethod.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-26 11:47:32 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-26 11:47:32 +0000
commitdcbe20e042f207b109845918f60c22fc31ac8951 (patch)
tree69f7b415ff59a4918ecb8936d045cabd8d0c1ab2 /rules/initmethod.in
parent43d890d271c85d2ca88c0105035864b3d13c75f8 (diff)
downloadptxdist-dcbe20e042f207b109845918f60c22fc31ac8951.tar.gz
ptxdist-dcbe20e042f207b109845918f60c22fc31ac8951.tar.xz
[initmethod] mark upstart and initng as broken
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9864 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/initmethod.in')
-rw-r--r--rules/initmethod.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/initmethod.in b/rules/initmethod.in
index 950696790..2d7e1d939 100644
--- a/rules/initmethod.in
+++ b/rules/initmethod.in
@@ -13,10 +13,12 @@ choice
config INITMETHOD_UPSTART
bool
+ depends on BROKEN
prompt "upstart "
config INITMETHOD_INITNG
bool
+ depends on BROKEN
prompt "init ng "
endchoice