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)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Feb 2019 18:22:39 +0000 (19:22 +0100)
commit66e875a07033cdcfd8c4a16940d4acfe63c60202
treec287ab4297b60ac3020e8d707f6ec216aca453e4
parente711fd48be0830d5acdecb75768d93c32940aff9
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>
package/kernel/linux/modules/netfilter.mk