X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4f53f8d738498892c6a612d27cf6cedbcd4b1d88..734d742edaaca656c5962f44e8a31cb62092b2da:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 6e486df92..f29aad3f9 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -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