Exclude libpfring to fix compilation
This commit is contained in:
11
profiles
11
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"
|
||||
|
||||
Reference in New Issue
Block a user