diff options
Diffstat (limited to 'package/tcpdump')
| -rw-r--r-- | package/tcpdump/Config.in | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/package/tcpdump/Config.in b/package/tcpdump/Config.in index 9648e890c..46d60b5c2 100644 --- a/package/tcpdump/Config.in +++ b/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/ - +	    | 
