summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/iptables/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 1b6bfc0b1..f29aad3f9 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -163,7 +163,11 @@ define Package/ip6tables
TITLE:=IPv6 firewall administration tool
endef
+$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
+
define Build/Configure
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ clean
endef
define Build/Compile