X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6f5f1f00462319dec67bf0cd5b91956d610b5dba..c47e13d29b7537e87c8e3d9753e5b1a7d8b76cdb:/openwrt/package/nmap/Config.in diff --git a/openwrt/package/nmap/Config.in b/openwrt/package/nmap/Config.in index 75bef4abc..d8ab98c64 100644 --- a/openwrt/package/nmap/Config.in +++ b/openwrt/package/nmap/Config.in @@ -1,8 +1,12 @@ config BR2_PACKAGE_NMAP - tristate "Nmap" - select BR2_PACKAGE_LIBPCRE + prompt "nmap.............................. Network exploration and/or security auditing utility" + tristate + default m if CONFIG_DEVEL select BR2_PACKAGE_LIBPCAP + select BR2_PACKAGE_LIBPCRE select BR2_PACKAGE_UCLIBCXX - default m if CONFIG_DEVEL help A free open source utility for network exploration or security auditing. + + http://www.insecure.org/nmap/ +