mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
kernel: netfilter: fix nf-nathelper(-extra) description
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>
This commit is contained in:
parent
786f7426c2
commit
ecfca0eda2
@ -360,8 +360,6 @@ define KernelPackage/nf-nathelper/description
|
|||||||
Default Netfilter (IPv4) Conntrack and NAT helpers
|
Default Netfilter (IPv4) Conntrack and NAT helpers
|
||||||
Includes:
|
Includes:
|
||||||
- ftp
|
- ftp
|
||||||
- irc
|
|
||||||
- tftp
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,nf-nathelper))
|
$(eval $(call KernelPackage,nf-nathelper))
|
||||||
@ -381,11 +379,13 @@ define KernelPackage/nf-nathelper-extra/description
|
|||||||
Includes:
|
Includes:
|
||||||
- amanda
|
- amanda
|
||||||
- h323
|
- h323
|
||||||
|
- irc
|
||||||
- mms
|
- mms
|
||||||
- pptp
|
- pptp
|
||||||
- proto_gre
|
- proto_gre
|
||||||
- sip
|
- sip
|
||||||
- snmp_basic
|
- snmp_basic
|
||||||
|
- tftp
|
||||||
- broadcast
|
- broadcast
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user