openwrt/target/linux/generic
Hauke Mehrtens fbaf48387e kernel: netfilter: chain filters merged into nf_tables.ko
In mainline kernel commit 02c7b25e5f5 ("netfilter: nf_tables: build-in
filter chain type") all chain filters were merged into one file and into
one kernel module to save some memory. The code protected by these
configuration options CONFIG_NF_TABLES_BRIDGE, CONFIG_NF_TABLES_IPV4,
CONFIG_NF_TABLES_ARP, CONFIG_NF_TABLES_IPV6, CONFIG_NF_TABLES_NETDEV and
CONFIG_NF_TABLES_INET was merged into the nft_chain_filter.c file which
is now always compiled into the nf_tables.ko file.

This only happened in kernel 4.19 and OpenWrt has to select these as
modules in older kennel versions. Mark them as build-in in the kernel
4.19 specific kernel configuration file which will then not be
overwritten by the package specific settings which try to make them
modular again.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2018-12-15 14:28:50 +01:00
..
backport-4.9 kernel: Replace ledtrig-netdev with upstream backport 2018-12-15 12:50:06 +01:00
backport-4.14 kernel: Replace ledtrig-netdev with upstream backport 2018-12-15 12:50:06 +01:00
backport-4.19 kernel: Make the patches apply on top of 4.19 2018-12-15 14:28:48 +01:00
files kernel: Make the patches apply on top of 4.19 2018-12-15 14:28:48 +01:00
hack-4.9 kernel: Move modifications of b53.h into patch 2018-12-15 12:50:06 +01:00
hack-4.14 kernel: Move modifications of b53.h into patch 2018-12-15 12:50:06 +01:00
hack-4.19 kernel: Make CONFIG_NVMEM tristate 2018-12-15 14:28:50 +01:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
other-files kernel: move initramfs's init script out of base-files 2017-04-04 14:06:40 +02:00
pending-3.18 kernel: Move modifications of b53.h into patch 2018-12-15 12:50:06 +01:00
pending-4.9 kernel: Replace ledtrig-netdev with upstream backport 2018-12-15 12:50:06 +01:00
pending-4.14 kernel: Replace ledtrig-netdev with upstream backport 2018-12-15 12:50:06 +01:00
pending-4.19 kernel: Remove deprecated generic linux,part-probe patch 2018-12-15 14:28:48 +01:00
config-3.18 kernel: enable memory compaction 2018-10-09 14:29:55 +02:00
config-4.9 kernel: Reorder configuration 2018-12-15 12:50:06 +01:00
config-4.14 kernel: Reorder configuration 2018-12-15 12:50:06 +01:00
config-4.19 kernel: netfilter: chain filters merged into nf_tables.ko 2018-12-15 14:28:50 +01:00
PATCHES