X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8f52cffc45c740e9e7c41c1457421a877e8af81d..7e450a1c869a5b227e3c91c4e71049059f1193e6:/package/iptables/Makefile?ds=sidebyside diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 300ea7fdd..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 @@ -241,7 +246,8 @@ define BuildPlugin $$(eval $$(call BuildPackage,$(1))) endef -L7_INSTALL:=mkdir -p $$(1)/etc/l7-protocols; \ +L7_INSTALL:=\ + $(INSTALL_DIR) $$(1)/etc/l7-protocols; \ $(CP) files/l7/*.pat $$(1)/etc/l7-protocols/ $(eval $(call BuildPackage,iptables))