From: Felix Fietkau Date: Thu, 1 Mar 2007 11:59:42 +0000 (+0000) Subject: make the iptables package robust to kernel config changes X-Git-Tag: reboot~29822 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=30ef579f4869286bfdd5faaa035b8e0ba4c30e6c;p=openwrt%2Fopenwrt.git make the iptables package robust to kernel config changes SVN-Revision: 6447 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 1b6bfc0b1f..f29aad3f90 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