projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't pass build cflags to fuse kernel module
[openwrt.git]
/
openwrt
/
package
/
nmap
/
Config.in
diff --git
a/openwrt/package/nmap/Config.in
b/openwrt/package/nmap/Config.in
index
d26a100
..
33b663c
100644
(file)
--- a/
openwrt/package/nmap/Config.in
+++ b/
openwrt/package/nmap/Config.in
@@
-1,9
+1,11
@@
config BR2_PACKAGE_NMAP
config BR2_PACKAGE_NMAP
- tristate "Nmap"
- select BR2_PACKAGE_LIBGCC
- select BR2_PACKAGE_LIBPCRE
+ tristate "nmap - Network exploration and/or security auditing utility"
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCAP
+ select BR2_PACKAGE_LIBPCRE
select BR2_PACKAGE_UCLIBCXX
select BR2_PACKAGE_UCLIBCXX
- default m if CONFIG_DEVEL
help
A free open source utility for network exploration or security auditing.
help
A free open source utility for network exploration or security auditing.
+
+ http://www.insecure.org/nmap/
+
This page took
0.041842 seconds
and
4
git commands to generate.