From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- package/tcpdump/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/tcpdump') diff --git a/package/tcpdump/Config.in b/package/tcpdump/Config.in index 63fec6c57..09e2740a0 100644 --- a/package/tcpdump/Config.in +++ b/package/tcpdump/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_TCPDUMP bool "tcpdump" select BR2_PACKAGE_LIBPCAP - default n help A tool for network monitoring and data acquisition. @@ -9,14 +8,12 @@ config BR2_PACKAGE_TCPDUMP config BR2_PACKAGE_TCPDUMP_SMB bool "smb dump support" - default n depends on BR2_PACKAGE_TCPDUMP help enable possibly-buggy SMB printer config BR2_PACKAGE_DHCPDUMP bool "dhcpdump" - default n select BR2_PACKAGE_LIBPCAP help A tool for monitoring dhcp requests using tcpdump. -- cgit v1.2.3