realtek: Use firewall4
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 28 Feb 2022 20:57:55 +0000 (21:57 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 29 Mar 2022 11:42:56 +0000 (13:42 +0200)
commit469030659c5cb140bdbff1b3d8fc9691f98f984b
treede0d3fc2ea68ac873a983167ac078e1e746f9a9b
parent2acebbdcaafbdfd3f677052c28bc0af04c6b5ab8
realtek: Use firewall4

The realtek target is not a router, but basic device, see DEVICE_TYPE.
The basic device type does not come with firewall by default, see
include/target.mk for details. The realtek target extended
DEFAULT_PACKAGES manually with firewall.

This changes the defaults to take firewall4 and nftables instead of
firewall and iptables. This also adds the additional package
kmod-nft-offload.

The only difference to the router type is the missing ppp,
ppp-mod-pppoe, dnsmasq and odhcpd-ipv6only package.

This increases the compressed image size by about 422KBytes.

Tested-by: Stijn Segers <foss@volatilesystems.org>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/Makefile