fix openswan patch
[openwrt/staging/dedeckeh.git] / openwrt / package / nmap / Config.in
index 75bef4abc570f14f831eda69e35e83b9cc532d6c..ed85f9ca08ca032fcb590dd1adafb63cc87eeda5 100644 (file)
@@ -1,8 +1,13 @@
 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_LIBDNET
        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/
+