X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5ca0f209d11408421dbf1e5f26e83003b0c90c88..7e450a1c869a5b227e3c91c4e71049059f1193e6:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 962ca7d0e..f29aad3f9 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -74,7 +74,7 @@ endef define Package/iptables-mod-imq $(call Package/iptables/Default) - DEPENDS:=iptables + DEPENDS:=iptables +kmod-ipt-imq TITLE:=IMQ support DESCRIPTION:=\ iptables extension for IMQ support.\\\ @@ -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 @@ -188,6 +193,7 @@ define Build/InstallDev endef define Build/UninstallDev + rm -rf $(STAGING_DIR)/usr/include/libipq.h rm -rf $(STAGING_DIR)/usr/include/libipulog rm -rf $(STAGING_DIR)/usr/include/libipq rm -rf $(STAGING_DIR)/usr/include/libiptc @@ -240,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))