diff options
Diffstat (limited to 'package/dnsmasq/Config.in')
-rw-r--r-- | package/dnsmasq/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/dnsmasq/Config.in b/package/dnsmasq/Config.in index 05e40f34e..ddf478240 100644 --- a/package/dnsmasq/Config.in +++ b/package/dnsmasq/Config.in @@ -6,3 +6,11 @@ config BR2_PACKAGE_DNSMASQ coupled DNS and DHCP service to a LAN. http://www.thekelleys.org.uk/dnsmasq/ + +config BR2_PACKAGE_DNSMASQ_TFTP + bool "tftp support" + default y + depends on BR2_PACKAGE_DNSMASQ + help + Enable TFTP support in dnsmasq. + |