X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e86b34ebb9045210b2b9db63997c065221692b42..7bfbd75115d54d77df68ff865162f69283e7c7fe:/package/iptables/Config.in

diff --git a/package/iptables/Config.in b/package/iptables/Config.in
index 5e1cd60c0..0ee2541e9 100644
--- a/package/iptables/Config.in
+++ b/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