add failsafe support for x86-2.6 and fix mdev support for platforms using /etc/preinit
[oweals/openwrt.git] / package / iptables / Makefile
index 6e486df925c58edb1d3231a10df01549d7e3d084..f29aad3f909bccbd9bb255b4c24d54f168a7e0e4 100644 (file)
@@ -91,6 +91,7 @@ define Package/iptables-mod-ipopt
        iptables extensions for matching/changing IP packet options.\\\
        \\\
        Includes: \\\
+       - libipt_CLASSIFY \\\
        - libipt_dscp/DSCP \\\
        - libipt_ecn/ECN \\\
        - libipt_length \\\
@@ -162,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