diff options
Diffstat (limited to 'openwrt/package/dnsmasq/Config.in')
-rw-r--r-- | openwrt/package/dnsmasq/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/package/dnsmasq/Config.in b/openwrt/package/dnsmasq/Config.in index 16aa8ce1ca..b20bf73620 100644 --- a/openwrt/package/dnsmasq/Config.in +++ b/openwrt/package/dnsmasq/Config.in @@ -1,9 +1,10 @@ config BR2_PACKAGE_DNSMASQ - tristate "dnsmasq - Lightweight DNS and DHCP server" + prompt "dnsmasq........................... Lightweight DNS and DHCP server" + tristate default y help A lightweight DNS and DHCP server. It is intended to provide coupled DNS and DHCP service to a LAN. http://www.thekelleys.org.uk/dnsmasq/ - + |