projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two...
[openwrt.git]
/
package
/
iptables
/
Makefile
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
d22310a
..
f29aad3
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-74,7
+74,7
@@
endef
define Package/iptables-mod-imq
$(call Package/iptables/Default)
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.\\\
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: \\\
iptables extensions for matching/changing IP packet options.\\\
\\\
Includes: \\\
+ - libipt_CLASSIFY \\\
- libipt_dscp/DSCP \\\
- libipt_ecn/ECN \\\
- libipt_length \\\
- libipt_dscp/DSCP \\\
- libipt_ecn/ECN \\\
- libipt_length \\\
@@
-162,7
+163,11
@@
define Package/ip6tables
TITLE:=IPv6 firewall administration tool
endef
TITLE:=IPv6 firewall administration tool
endef
+$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config
+
define Build/Configure
define Build/Configure
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ clean
endef
define Build/Compile
endef
define Build/Compile
@@
-241,7
+246,8
@@
define BuildPlugin
$$(eval $$(call BuildPackage,$(1)))
endef
$$(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))
$(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
$(eval $(call BuildPackage,iptables))
This page took
0.030721 seconds
and
4
git commands to generate.