Standardize package Config.in, change prompt to package name + short description...
[openwrt-10.03/.git] / package / nmap / Config.in
1 config BR2_PACKAGE_NMAP
2         tristate "nmap - Network exploration and/or security auditing utility"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_LIBPCAP
5         select BR2_PACKAGE_LIBPCRE
6         select BR2_PACKAGE_UCLIBCXX
7         help
8           A free open source utility for network exploration or security auditing. 
9           
10           http://www.insecure.org/nmap/
11