projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf1032d
)
netfilter: add missing dependency to kmod-ipt-tproxy
author
Matthias Schiffer
<
[email protected]
>
Wed, 31 Jan 2018 13:43:12 +0000
(14:43 +0100)
committer
Matthias Schiffer
<
[email protected]
>
Wed, 31 Jan 2018 13:43:12 +0000
(14:43 +0100)
Fixes: e7e025426a "netfilter: clean up dependencies of kernel modules"
Signed-off-by: Matthias Schiffer <
[email protected]
>
package/kernel/linux/modules/netfilter.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netfilter.mk
b/package/kernel/linux/modules/netfilter.mk
index ca3427152f5e00a945ba403f167ff29f1b8594c2..d44d2f8f3bc12c0adb2c291e9fe97fc351273be2 100644
(file)
--- a/
package/kernel/linux/modules/netfilter.mk
+++ b/
package/kernel/linux/modules/netfilter.mk
@@
-503,7
+503,7
@@
$(eval $(call KernelPackage,ipt-led))
define KernelPackage/ipt-tproxy
TITLE:=Transparent proxying support
- DEPENDS+=+kmod-ipt-conntrack +IPV6:kmod-ip6tables
+ DEPENDS+=+kmod-ipt-conntrack +IPV6:kmod-
nf-conntrack6 +IPV6:kmod-
ip6tables
KCONFIG:= \
CONFIG_NETFILTER_XT_MATCH_SOCKET \
CONFIG_NETFILTER_XT_TARGET_TPROXY