projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e08b825
)
kernel: netfilter: fix nf-nathelper(-extra) description
author
Uwe Arnold
<donvipre@gmail.com>
Thu, 20 Jul 2017 18:04:26 +0000
(20:04 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Tue, 25 Jul 2017 19:02:27 +0000
(21:02 +0200)
The tftp and irc netfilter modules are provided by nf-nathelper-extra
and not by nf-nathelper.
Signed-off-by: Uwe Arnold <donvipre@gmail.com>
[move the irc module as well]
Signed-off-by: Mathias Kresin <dev@kresin.me>
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 a5941d231042b5378febcb1ce45638929bfde936..21547fe01577d6ff33860eda03208088d242b081 100644
(file)
--- a/
package/kernel/linux/modules/netfilter.mk
+++ b/
package/kernel/linux/modules/netfilter.mk
@@
-360,8
+360,6
@@
define KernelPackage/nf-nathelper/description
Default Netfilter (IPv4) Conntrack and NAT helpers
Includes:
- ftp
- - irc
- - tftp
endef
$(eval $(call KernelPackage,nf-nathelper))
@@
-381,11
+379,13
@@
define KernelPackage/nf-nathelper-extra/description
Includes:
- amanda
- h323
+ - irc
- mms
- pptp
- proto_gre
- sip
- snmp_basic
+ - tftp
- broadcast
endef