You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
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>
5 years ago
..
base-files base-files: add sysupgrade -k to save list of pkgs 5 years ago
boot ramips: drop support for ALLNET ALL0239-3G and Sitecom WL-341 v3 5 years ago
devel valgrind: enable LTO and refresh patches 6 years ago
firmware ath10k-firmware: Fix mirror hash sum (FS#1983) 5 years ago
kernel kernel: netfilter: chain filters merged into nf_tables.ko 5 years ago
libs nghttp2: bump to 1.35.1 5 years ago
network dnsmasq: Fix dhcp-boot, dhcp-reply-delay and pxe-prompt regressions 5 years ago
system rpcd: update to latest Git head 5 years ago
utils util-linux: Update to 2.33 6 years ago
Makefile imagebuilder: reuse rootfs preparation from rootfs.mk 6 years ago