From 9128c453f3f8dca84033235b7d3e115fbbd7e08a Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 19 Aug 2025 16:54:27 -0400 Subject: [PATCH] Move pfring exclusions to r4s --- profiles | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles b/profiles index dac8773..2a27520 100644 --- a/profiles +++ b/profiles @@ -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"