X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e465c308ee73e9c014cdec1cb5d13ee7c6a576ba..37840396d601a725bd29f264946f5a14dc7d21d0:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index d22310a0e..6e486df92 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.\\\ @@ -241,7 +241,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))