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>
Fri, 25 Mar 2022 13:27:03 +0000 (14:27 +0100)
commit20d39dd18a3a4e90caa3058a756fa63b35a2a2c2
treedf6c9c35396fdae5a927929bc365bfcaab27d6f8
parent2e7b8f47004b72e21c4938d27769ada6349625aa
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.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/Makefile