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
798101a
..
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
+ tristate "tcpdump - Network monitoring and data acquisition tool"
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
select BR2_PACKAGE_LIBPCAP
- tristate "tcpdump"
- default m
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.022215 seconds
and
4
git commands to generate.