Update profiles

This commit is contained in:
2023-06-29 14:25:01 -04:00
parent bbf6f246df
commit b9db1e303e

View File

@@ -14,8 +14,6 @@ default_packages="\
iperf3 \ iperf3 \
bash \ bash \
rsync \ rsync \
luci-app-wireguard \
luci-proto-wireguard \
luci-app-statistics \ luci-app-statistics \
luci-app-attendedsysupgrade \ luci-app-attendedsysupgrade \
collectd-mod-sensors \ collectd-mod-sensors \
@@ -106,6 +104,8 @@ r4s['target']="rockchip/armv8"
r4s['filesystem']="ext4" r4s['filesystem']="ext4"
r4s['packages']="\ r4s['packages']="\
$default_packages \ $default_packages \
luci-app-wireguard \
luci-proto-wireguard \
luci-app-ddns \ luci-app-ddns \
irqbalance \ irqbalance \
collectd-mod-df \ collectd-mod-df \
@@ -147,31 +147,34 @@ ax6000['packages']="\
-nftables \ -nftables \
-firewall4 \ -firewall4 \
-kmod-nft-offload \ -kmod-nft-offload \
collectd-mod-iwinfo" collectd-mod-iwinfo \
mesh11sd \
-wpad-basic-mbedtls \
wpad-mesh-mbedtls"
declare -Ag ax6000_uboot # declare -Ag ax6000_uboot
ax6000_uboot['device']="xiaomi_redmi-router-ax6000-ubootmod" # ax6000_uboot['device']="xiaomi_redmi-router-ax6000-ubootmod"
ax6000_uboot['target']="mediatek/filogic" # ax6000_uboot['target']="mediatek/filogic"
ax6000_uboot['release']="snapshot" # ax6000_uboot['release']="snapshot"
ax6000_uboot['filesystem']="squashfs" # ax6000_uboot['filesystem']="squashfs"
ax6000_uboot['packages']="\ # ax6000_uboot['packages']="\
$default_packages \ # $default_packages \
-dnsmasq \ # -dnsmasq \
-odhcpd-ipv6only \ # -odhcpd-ipv6only \
-nftables \ # -nftables \
-firewall4 \ # -firewall4 \
-kmod-nft-offload \ # -kmod-nft-offload \
collectd-mod-iwinfo" # collectd-mod-iwinfo"
declare -Ag totolink # declare -Ag totolink
totolink['device']="totolink_x5000r" # totolink['device']="totolink_x5000r"
totolink['target']="ramips/mt7621" # totolink['target']="ramips/mt7621"
totolink['filesystem']="squashfs" # totolink['filesystem']="squashfs"
totolink['packages']="\ # totolink['packages']="\
$default_packages \ # $default_packages \
-dnsmasq \ # -dnsmasq \
-odhcpd-ipv6only \ # -odhcpd-ipv6only \
-nftables \ # -nftables \
-firewall4 \ # -firewall4 \
-kmod-nft-offload \ # -kmod-nft-offload \
collectd-mod-iwinfo" # collectd-mod-iwinfo"