rename patch to avoid duplicate patch number
[openwrt.git] / package / iptables / Makefile
index 962ca7d..6e486df 100644 (file)
@@ -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.\\\
@@ -188,6 +188,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 +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))
This page took 0.024344 seconds and 4 git commands to generate.