Fixed typo in menuconfig
[openwrt-10.03/.git] / package / tcpdump / Config.in
index 37956d64c97b8b40d6a9bbfb3bfa97b4cbb11b21..4a8d1c732ac31134200d456963f18b919eee470a 100644 (file)
@@ -1,8 +1,9 @@
 config BR2_PACKAGE_TCPDUMP
-       tristate "tcpdump"
-       default m
+       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/