summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-03 17:07:48 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-03 17:07:48 +0000
commite707b1cdf1a6228c499c85f39208660e9ce7c61a (patch)
treebaa3d4af76feb256cc6ae9e8cec02484e44c0e47 /rules/dnsmasq.in
parentf6b8c208617d5f254fbd1dabc31e8e45563ec684 (diff)
downloadptxdist-e707b1cdf1a6228c499c85f39208660e9ce7c61a.tar.gz
ptxdist-e707b1cdf1a6228c499c85f39208660e9ce7c61a.tar.xz
[dnsmasq] mark dbus support as broken
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9929 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index 4e208eee9..20f1003a7 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -27,7 +27,8 @@ comment "build options ---"
config DNSMASQ_DBUS
bool
- prompt "include DBUS support"
+ prompt "include DBUS support [BROKEN]"
+ depends on BROKEN
help
This enables DBUS support in dnsmasq. This is not only a build
option. You also have to enable it at runtime. FIXME: Show how,