Config.in 337 B

123456789101112131415
  1. config BR2_PACKAGE_DNSMASQ
  2. bool "dnsmasq"
  3. help
  4. A lightweight DNS and DHCP server. It is intended to provide
  5. coupled DNS and DHCP service to a LAN.
  6. http://www.thekelleys.org.uk/dnsmasq/
  7. config BR2_PACKAGE_DNSMASQ_TFTP
  8. bool "tftp support"
  9. default y
  10. depends on BR2_PACKAGE_DNSMASQ
  11. help
  12. Enable TFTP support in dnsmasq.