From ab4e270b5fea5fd0f70ebce7945361ee0d533eb2 Mon Sep 17 00:00:00 2001 From: Chuck Date: Thu, 7 May 2020 21:04:48 +0800 Subject: [PATCH] add bridge netfilter this will prevent the following message, also this may fix some magic bug too ``` bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. ``` --- config_rk3328 | 1 + 1 file changed, 1 insertion(+) diff --git a/config_rk3328 b/config_rk3328 index fbe816b..a76158a 100644 --- a/config_rk3328 +++ b/config_rk3328 @@ -10,6 +10,7 @@ CONFIG_TARGET_ROOTFS_PARTSIZE=512 CONFIG_TARGET_ROOTFS_SQUASHFS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=256 +CONFIG_PACKAGE_kmod-br-netfilter CONFIG_PACKAGE_kmod-fs-ext4=y CONFIG_PACKAGE_kmod-fs-f2fs=y CONFIG_PACKAGE_kmod-fs-vfat=y