From a1ecbf37356620ec8554581e139b3cbec749f900 Mon Sep 17 00:00:00 2001 From: bryan Date: Sun, 25 Jan 2026 09:33:27 -0500 Subject: [PATCH] Update profiles and default version --- profiles | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/profiles b/profiles index c3ee087..d21ad26 100644 --- a/profiles +++ b/profiles @@ -2,10 +2,14 @@ # Device profiles for openwrtbuilder # shellcheck disable=SC2034 +RELEASE="25.12.0-rc3" # override default release in openwrtbuilder + # Default (but optional) packages (precede with "-" to exclude) default_packages=(nano htop diffutils tar iperf3 zsh rsync curl tcpdump - openssh-sftp-server luci luci-ssl luci-proto-wireguard luci-app-statistics + openssh-sftp-server + luci luci-ssl luci-proto-wireguard luci-app-statistics luci-app-filemanager collectd-mod-sensors collectd-mod-thermal collectd-mod-conntrack collectd-mod-cpu + ethtool apk-openssl ) # Default (but optional) kernel configs @@ -105,7 +109,8 @@ declare -Ag w1700k_ap=( [release]="snapshot" [packages]="${default_packages[*]} \ -dnsmasq -odhcpd-ipv6only -nftables -firewall4 \ - wpad-openssl libiwinfo-data irqbalance tailscale" + wpad-openssl libiwinfo-data irqbalance tailscale bridger \ + kmod-crypto-hw-eip93" [branches]="https://github.com/OpenWRT-fanboy/OpenW1700k.git@minimal" )