diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-07 16:56:40 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-07 16:56:40 +0000 |
commit | 93e882d87ae04fa26c1cc030918030d938a4b414 (patch) | |
tree | 1c8757549e84ef492f8c857d9c02ba1aa7636d44 | |
parent | 8c5e953d408bd1e03ec36b0c5c9b0b301a1b4bf9 (diff) |
Fixed typo in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3182 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | openwrt/package/tcpdump/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/package/tcpdump/Config.in b/openwrt/package/tcpdump/Config.in index 1e32c604f5..4a8d1c732a 100644 --- 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 |