Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
add bridge netfilter
Browse files Browse the repository at this point in the history
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.
```
  • Loading branch information
fanck0605 authored May 7, 2020
1 parent 341dc58 commit ab4e270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config_rk3328
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab4e270

Please sign in to comment.