From 0d342b7e50df8db7b10b67af856d053af3b292b6 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 18 Apr 2005 19:45:56 +0000 Subject: disable non-essential packages by default if DEVELOPER is unset on make menuconfig git-svn-id: svn://svn.openwrt.org/openwrt/trunk@675 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/iptables/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openwrt/package/iptables') diff --git a/openwrt/package/iptables/Config.in b/openwrt/package/iptables/Config.in index 5e1cd60c0..0ee2541e9 100644 --- a/openwrt/package/iptables/Config.in +++ b/openwrt/package/iptables/Config.in @@ -8,21 +8,21 @@ config BR2_PACKAGE_IPTABLES config BR2_PACKAGE_IPTABLES_UTILS tristate "save and restore" - default m + default m if CONFIG_DEVEL depends BR2_PACKAGE_IPTABLES help iptables-save and iptables-restore config BR2_PACKAGE_IPTABLES_EXTRA tristate "extra modules" - default m + default m if CONFIG_DEVEL depends BR2_PACKAGE_IPTABLES help Extra modules for iptables (kernel and user space) config BR2_PACKAGE_IP6TABLES tristate "ip6tables" - default m + default m if CONFIG_DEVEL depends BR2_PACKAGE_IPTABLES select BR2_PACKAGE_KMOD_IPV6 help -- cgit v1.2.3