summaryrefslogtreecommitdiffstats
path: root/rules/dnsmasq.in
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2014-05-08 10:00:35 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-05-08 17:45:35 +0200
commit1967b3f3b441e5f05e52fd75e900b9a13c4b5492 (patch)
tree69154e87352fee1b0905bc52074c6e28c9d990b4 /rules/dnsmasq.in
parent2c2f05ba1b5e62c907da02736efe2697c454b4ae (diff)
downloadptxdist-1967b3f3b441e5f05e52fd75e900b9a13c4b5492.tar.gz
ptxdist-1967b3f3b441e5f05e52fd75e900b9a13c4b5492.tar.xz
dnsmasq: version bump 2.47 -> 2.70
The newer version of dnsmasq now includes IPv6 router advertisement support. This patch also changes to tar.xz. Some new compile time options are added, including DNSSEC support. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/dnsmasq.in')
-rw-r--r--rules/dnsmasq.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/rules/dnsmasq.in b/rules/dnsmasq.in
index ed342d914..60499eb41 100644
--- a/rules/dnsmasq.in
+++ b/rules/dnsmasq.in
@@ -41,6 +41,37 @@ config DNSMASQ_TFTP
help
This includes TFTP services into dnsmasq
+config DNSMASQ_DHCP
+ bool
+ default y
+ prompt "include DHCP"
+ help
+ This includes DHCP services into dnsmasq
+
+config DNSMASQ_SCRIPT
+ bool
+ default y
+ depends on DNSMASQ_DHCP
+ prompt "include lease script support"
+ help
+ Without this option it is not possible to call scripts when a lease changes
+
+config DNSMASQ_SCRIPT_LUA
+ bool
+ default n
+ depends on DNSMASQ_SCRIPT
+ prompt "include lease script LUA support"
+ help
+ This includes LUA script capabilities for lease scripts
+
+config DNSMASQ_DNSSEC
+ bool
+ default n
+ prompt "include DNSSEC support"
+ select NETTLE
+ help
+ Without this option it is not possible to call scripts when a lease changes
+
comment "runtime options ---"
choice