summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2020-03-16 20:16:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-03-20 13:31:08 +0100
commitf7664ffefccb3df747e986da226ad8991a78af4e (patch)
treefc7444f240040383c498ccbcac837204f82c05d8 /rules/dnsmasq.in
parent068fbf64145a6591565614d453acd798b6ff1ac5 (diff)
downloadptxdist-f7664ffefccb3df747e986da226ad8991a78af4e.tar.gz
ptxdist-f7664ffefccb3df747e986da226ad8991a78af4e.tar.xz
dnsmasq: optionally enable DBus support
Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <20200316191646.GE16217@lenoch> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index 3336bf5bc..12de6e27f 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -33,12 +33,12 @@ comment "build options ---"
config DNSMASQ_DBUS
bool
- prompt "include DBUS support [BROKEN]"
- depends on BROKEN
+ prompt "include DBUS support"
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,
- see DBUS document in dnsmasq packet
+ This enables DBUS support in dnsmasq. To enable it at runtime
+ /etc/dnsmasq.conf needs to contain the line
+
+ enable-dbus
config DNSMASQ_TFTP
bool