diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:25:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 16:25:26 +0000 |
commit | 4700fd588c0db4bb9823c45a99cebeea40e8750d (patch) | |
tree | 230394a86751312598e0504933c472ebca1b6f78 /openwrt/package/dnsmasq/Config.in | |
parent | 60c5881e261048ff43282fb278a85308568fe128 (diff) | |
download | mtk-20170518-4700fd588c0db4bb9823c45a99cebeea40e8750d.zip mtk-20170518-4700fd588c0db4bb9823c45a99cebeea40e8750d.tar.gz mtk-20170518-4700fd588c0db4bb9823c45a99cebeea40e8750d.tar.bz2 |
Add package name and short description to Config.in prompt
SVN-Revision: 954
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 9c7bdef..16aa8ce 100644 --- a/openwrt/package/dnsmasq/Config.in +++ b/openwrt/package/dnsmasq/Config.in @@ -1,8 +1,9 @@ config BR2_PACKAGE_DNSMASQ - tristate "dnsmasq" + tristate "dnsmasq - Lightweight DNS and DHCP server" 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/ + |