projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix Set Tx Power error in wificonf
[openwrt.git]
/
openwrt
/
package
/
tcpdump
/
Config.in
diff --git
a/openwrt/package/tcpdump/Config.in
b/openwrt/package/tcpdump/Config.in
index
9648e89
..
46d60b5
100644
(file)
--- a/
openwrt/package/tcpdump/Config.in
+++ b/
openwrt/package/tcpdump/Config.in
@@
-1,9
+1,9
@@
config BR2_PACKAGE_TCPDUMP
config BR2_PACKAGE_TCPDUMP
- select BR2_PACKAGE_LIBPCAP
- tristate "tcpdump"
+ tristate "tcpdump - Network monitoring and data acquisition tool"
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_LIBPCAP
help
A tool for network monitoring and data acquisition.
help
A tool for network monitoring and data acquisition.
-
+
http://www.tcpdump.org/
http://www.tcpdump.org/
-
+
This page took
0.023219 seconds
and
4
git commands to generate.