Update profiles and default version

This commit is contained in:
2026-01-25 09:33:27 -05:00
parent d4fc485e3c
commit a1ecbf3735

View File

@@ -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"
)