diff options
Diffstat (limited to 'openwrt/package/tcpdump/Config.in')
-rw-r--r-- | openwrt/package/tcpdump/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/tcpdump/Config.in b/openwrt/package/tcpdump/Config.in index 9648e890c..46d60b5c2 100644 --- a/openwrt/package/tcpdump/Config.in +++ b/openwrt/package/tcpdump/Config.in @@ -1,9 +1,9 @@ config BR2_PACKAGE_TCPDUMP - select BR2_PACKAGE_LIBPCAP - tristate "tcpdump" + tristate "tcpdump - Network monitoring and data acquisition tool" default m if CONFIG_DEVEL + select BR2_PACKAGE_LIBPCAP help A tool for network monitoring and data acquisition. - + http://www.tcpdump.org/ - + |