summaryrefslogtreecommitdiffstats
path: root/net/dnsmasq/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'net/dnsmasq/CONFIGURE')
-rwxr-xr-xnet/dnsmasq/CONFIGURE16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/dnsmasq/CONFIGURE b/net/dnsmasq/CONFIGURE
new file mode 100755
index 0000000000..6f3ca1ff7c
--- /dev/null
+++ b/net/dnsmasq/CONFIGURE
@@ -0,0 +1,16 @@
+config_query_option DNSMASQ_IDN "Enable International Domain Name support?" \
+ y "-DHAVE_IDN" "-DNO_IDN" &&
+
+message "Dnsmasq can use uptime instead of RTC for timing, enable this when" &&
+message "your RTC is broken or if your leasefiles are on a flash filesystem" &&
+config_query_option DNSMASQ_RTC "Use uptime instead of RTC for timing?" \
+ n "-DHAVE_BROKEN_RTC" "" &&
+
+config_query_option DNSMASQ_TFTP "Enable the built-in TFTP server?" \
+ y "-DHAVE_TFTP" "-DNO_TFTP" &&
+
+config_query_option DNSMASQ_DHCP "Enable the built-in DHCP server?" \
+ y "-DHAVE_DHCP" "-DNO_DHCP" &&
+
+config_query_option DNSMASQ_SCRIPT "Enable script actions on lease changes?" \
+ y "-DHAVE_SCRIPT" "-DNO_SCRIPT"