Преглед изворни кода

make the iptables package robust to kernel config changes

SVN-Revision: 6447
Felix Fietkau пре 19 година
родитељ
комит
30ef579f48
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      package/iptables/Makefile

+ 4 - 0
package/iptables/Makefile

@@ -163,7 +163,11 @@ define Package/ip6tables
   TITLE:=IPv6 firewall administration tool
   TITLE:=IPv6 firewall administration tool
 endef
 endef
 
 
+$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
+
 define Build/Configure
 define Build/Configure
+	$(MAKE) -C $(PKG_BUILD_DIR) \
+		clean
 endef
 endef
 
 
 define Build/Compile
 define Build/Compile