Update profiles and default version
This commit is contained in:
9
profiles
9
profiles
@@ -2,10 +2,14 @@
|
|||||||
# Device profiles for openwrtbuilder
|
# Device profiles for openwrtbuilder
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
|
||||||
|
RELEASE="25.12.0-rc3" # override default release in openwrtbuilder
|
||||||
|
|
||||||
# Default (but optional) packages (precede with "-" to exclude)
|
# Default (but optional) packages (precede with "-" to exclude)
|
||||||
default_packages=(nano htop diffutils tar iperf3 zsh rsync curl tcpdump
|
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
|
collectd-mod-sensors collectd-mod-thermal collectd-mod-conntrack collectd-mod-cpu
|
||||||
|
ethtool apk-openssl
|
||||||
)
|
)
|
||||||
|
|
||||||
# Default (but optional) kernel configs
|
# Default (but optional) kernel configs
|
||||||
@@ -105,7 +109,8 @@ declare -Ag w1700k_ap=(
|
|||||||
[release]="snapshot"
|
[release]="snapshot"
|
||||||
[packages]="${default_packages[*]} \
|
[packages]="${default_packages[*]} \
|
||||||
-dnsmasq -odhcpd-ipv6only -nftables -firewall4 \
|
-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"
|
[branches]="https://github.com/OpenWRT-fanboy/OpenW1700k.git@minimal"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user