Move pfring exclusions to r4s

This commit is contained in:
2025-08-19 16:54:27 -04:00
parent ffbd193b79
commit 9128c453f3

View File

@@ -6,8 +6,7 @@
default_packages=(nano htop diffutils tar iperf3 zsh rsync curl
openssh-sftp-server luci luci-ssl luci-proto-wireguard luci-app-statistics
collectd-mod-sensors collectd-mod-thermal collectd-mod-conntrack collectd-mod-cpu
-kmod-ipt-rtpengine -kmod-openvswitch -kmod-openvswitch-geneve
-kmod-openvswitch-gre -kmod-openvswitch-vxlan -kmod-pf-ring)
)
# Default (but optional) kernel configs
default_configs=("CONFIG_BUILDBOT=n")
@@ -22,7 +21,9 @@ declare -Ag r4s=(
luci-app-ddns luci-app-sqm irqbalance \
collectd-mod-df usbutils kmod-usb-storage kmod-usb-storage-uas \
kmod-fs-btrfs btrfs-progs block-mount smcroute avahi-daemon \
ethtool ca-bundle tailscale"
ethtool ca-bundle tailscale \
-kmod-ipt-rtpengine -kmod-openvswitch -kmod-openvswitch-geneve \
-kmod-openvswitch-gre -kmod-openvswitch-vxlan -kmod-pf-ring"
[config]="${default_configs[*]} \
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y CONFIG_BTRFS_PROGS_ZSTD=y \
CONFIG_TARGET_ROOTFS_PARTSIZE=512 CONFIG_TARGET_KERNEL_PARTSIZE=32"