From 983f9ecb0471ebcf4e4ea9d13a9bbde5c6d2ba0b Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 11 Aug 2025 15:50:20 -0400 Subject: [PATCH] Exclude libpfring to fix compilation --- profiles | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/profiles b/profiles index 707fb4b..37a3b95 100644 --- a/profiles +++ b/profiles @@ -2,13 +2,14 @@ # Device profiles for openwrtbuilder # shellcheck disable=SC2034 -# Default (but optional) packages -default_packages=(nano htop diffutils tar iperf3 zsh rsync +# Default (but optional) packages (precede with "-" to exclude) +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) + collectd-mod-sensors collectd-mod-thermal collectd-mod-conntrack collectd-mod-cpu + -libpfring) # unmaintained and causes compilation issues 8/11/25 # Default (but optional) kernel configs -default_configs=("CONFIG_ALL_KMODS=n" "CONFIG_BUILDBOT=n") +default_configs=("CONFIG_BUILDBOT=n") # Current devices declare -Ag r4s=( @@ -20,7 +21,7 @@ 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 \ - curl ethtool ca-bundle tailscale" + ethtool ca-bundle tailscale" [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"