projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf65bd3
)
Fixed typo in menuconfig
author
Florian Fainelli
<florian@openwrt.org>
Tue, 7 Feb 2006 16:56:40 +0000
(16:56 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 7 Feb 2006 16:56:40 +0000
(16:56 +0000)
SVN-Revision: 3182
openwrt/package/tcpdump/Config.in
patch
|
blob
|
history
diff --git
a/openwrt/package/tcpdump/Config.in
b/openwrt/package/tcpdump/Config.in
index 1e32c604f5d9771b8952eb88abd08bb4fd56367d..4a8d1c732ac31134200d456963f18b919eee470a 100644
(file)
--- a/
openwrt/package/tcpdump/Config.in
+++ b/
openwrt/package/tcpdump/Config.in
@@
-1,6
+1,5
@@
config BR2_PACKAGE_TCPDUMP
- prompt "tcpdump........................... Network monitoring and data acquisition tool"
- tristate
+ tristate "tcpdump - Network monitoring and data acquisition tool"
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBPCAP
help