diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-07 22:51:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-07 22:51:10 +0000 |
commit | 592c60778f966f6aa1bdd581bc0ea51f5b857017 (patch) | |
tree | 8f7b8b139f929e0b47c89155c252b539457bec27 /openwrt | |
parent | 36b448e2221c0166276abd395c36b5681310d260 (diff) | |
download | mtk-20170518-592c60778f966f6aa1bdd581bc0ea51f5b857017.zip mtk-20170518-592c60778f966f6aa1bdd581bc0ea51f5b857017.tar.gz mtk-20170518-592c60778f966f6aa1bdd581bc0ea51f5b857017.tar.bz2 |
Fixed typo
SVN-Revision: 3185
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/tcpdump/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/tcpdump/Config.in b/openwrt/package/tcpdump/Config.in index 4a8d1c7..1e32c60 100644 --- a/openwrt/package/tcpdump/Config.in +++ b/openwrt/package/tcpdump/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_TCPDUMP - tristate "tcpdump - Network monitoring and data acquisition tool" + prompt "tcpdump........................... Network monitoring and data acquisition tool" + tristate default m if CONFIG_DEVEL select BR2_PACKAGE_LIBPCAP help |