openwrt-Ansuel/package/kernel/linux/modules
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
..
001-depends.mk
block.mk kernel: Use kmod-dax on kernel 4.19 2018-12-15 14:28:48 +01:00
can.mk kernel: Adapt to moved kvaser_usb.ko in kernel 4.19 2018-12-15 14:28:48 +01:00
crypto.mk kernel: Add dependencies for kernel 4.19 2018-12-15 14:28:49 +01:00
firewire.mk
fs.mk kernel: Adapt to move of autofs4 in kernel 4.19 2018-12-15 14:28:49 +01:00
hwmon.mk
i2c.mk
iio.mk
input.mk
leds.mk
lib.mk kernel: extract asn1_decoder.ko 2018-12-15 14:28:49 +01:00
netdevices.mk kernel: tg3: Do not depend on kmod-hwmon-core on kernel 4.19 2018-12-15 14:28:50 +01:00
netfilter.mk kernel: netfilter: chain filters merged into nf_tables.ko 2018-12-15 14:28:50 +01:00
netsupport.mk kernel: Make kmod-mpls depend on iptunnel in kernel 4.19 2018-12-15 14:28:49 +01:00
nls.mk
other.mk kernel: Add missing dependency to kmod-regmap 2018-12-15 14:28:50 +01:00
pcmcia.mk
sound.mk
spi.mk
usb.mk
video.mk kernel: Make video-gspca-core depend on vidobuf2 2018-12-15 14:28:49 +01:00
virt.mk
w1.mk
wireless.mk
wpan.mk