projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96fed95
)
iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*.
author
Steven Barth
<
[email protected]
>
Thu, 7 Aug 2014 12:33:22 +0000
(12:33 +0000)
committer
Steven Barth
<
[email protected]
>
Thu, 7 Aug 2014 12:33:22 +0000
(12:33 +0000)
Signed-off-by: Yousong Zhou <
[email protected]
>
SVN-Revision: 42035
package/network/utils/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iptables/Makefile
b/package/network/utils/iptables/Makefile
index bea2f1d5716b5218f58346b90307d0596d4ff07e..27201b491c4b16a9772582cb33db0b5c0913baf0 100644
(file)
--- a/
package/network/utils/iptables/Makefile
+++ b/
package/network/utils/iptables/Makefile
@@
-195,7
+195,7
@@
iptables extensions for user-space packet logging.
endef
define Package/iptables-mod-nflog
-$(call Package/iptables/Module, +kmod-nfnetlink-log)
+$(call Package/iptables/Module, +kmod-nfnetlink-log
+kmod-ipt-nflog
)
TITLE:=Netfilter NFLOG target
endef
@@
-208,7
+208,7
@@
define Package/iptables-mod-nflog/description
endef
define Package/iptables-mod-nfqueue
-$(call Package/iptables/Module, +kmod-nfnetlink-queue)
+$(call Package/iptables/Module, +kmod-nfnetlink-queue
+kmod-ipt-nfqueue
)
TITLE:=Netfilter NFQUEUE target
endef