kernel: Added required dependencies for socket match.
authorOldřich Jedlička <oldium.pro@gmail.com>
Tue, 29 Jan 2019 21:25:33 +0000 (22:25 +0100)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 24 Oct 2019 10:30:02 +0000 (10:30 +0000)
commita2fe698a40a76d693493b89fd929241093cf8ff4
treed4e653644e491482ad3a43cba8f82c475a2724ea
parentdff0b2104d8403f888c3d0bebd70dce08d254dad
kernel: Added required dependencies for socket match.

This applies to kernel 4.10 and newer.

See https://github.com/torvalds/linux/commit/8db4c5be88f62ffd7a552f70687a10c614dc697b

The above commit added to kernel 4.10 added new dependency
for building the NETFILTER_XT_MATCH_SOCKET (xt_socket.ko)
module. The NF_SOCKET_IPVx options (both of them) need to
be enabled in order to build the NETFILTER_XT_MATCH_SOCKET
module. Without the change the module is not built.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
(cherry picked from commit 66e875a07033cdcfd8c4a16940d4acfe63c60202)
(required for fixing FS#2531)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
package/kernel/linux/modules/netfilter.mk