Update profiles

This commit is contained in:
2022-12-31 10:51:37 -05:00
parent ba2382ba4c
commit 6c65d6cc6e

View File

@@ -93,6 +93,9 @@ r4s['packages']="\
luci-app-sqm \ luci-app-sqm \
collectd-mod-sqm \ collectd-mod-sqm \
collectd-mod-df \ collectd-mod-df \
pbr \
luci-app-pbr \
usbutils \
kmod-usb-storage \ kmod-usb-storage \
kmod-usb-storage-uas \ kmod-usb-storage-uas \
btrfs-progs \ btrfs-progs \
@@ -103,11 +106,12 @@ r4s['packages']="\
kmod-tun \ kmod-tun \
ca-bundle" ca-bundle"
declare -Ag ax6000 declare -Ag ax6000_stock
ax6000['profile']="xiaomi_redmi-router-ax6000" ax6000_stock['profile']="xiaomi_redmi-router-ax6000-stock"
ax6000['target']="mediatek/filogic" ax6000_stock['target']="mediatek/filogic"
ax6000['filesystem']="squashfs" ax6000_stock['release']="snapshot"
ax6000['packages']="\ ax6000_stock['filesystem']="squashfs"
ax6000_stock['packages']="\
$default_packages \ $default_packages \
-dnsmasq \ -dnsmasq \
-odhcpd-ipv6only \ -odhcpd-ipv6only \
@@ -116,17 +120,29 @@ ax6000['packages']="\
-kmod-nft-offload \ -kmod-nft-offload \
collectd-mod-iwinfo" collectd-mod-iwinfo"
declare -Ag x5000r declare -Ag ax6000_uboot
x5000r['profile']="totolink_x5000r" ax6000_uboot['profile']="xiaomi_redmi-router-ax6000-ubootmod"
x5000r['target']="ramips/mt7621" ax6000_uboot['target']="mediatek/filogic"
x5000r['filesystem']="squashfs" ax6000_uboot['release']="snapshot"
x5000r['packages']="\ ax6000_uboot['filesystem']="squashfs"
ax6000_uboot['packages']="\
$default_packages \
-dnsmasq \
-odhcpd-ipv6only \
-nftables \
-firewall4 \
-kmod-nft-offload \
collectd-mod-iwinfo"
declare -Ag totolink
totolink['profile']="totolink_x5000r"
totolink['target']="ramips/mt7621"
totolink['filesystem']="squashfs"
totolink['packages']="\
$default_packages \ $default_packages \
-dnsmasq \ -dnsmasq \
-odhcpd-ipv6only \ -odhcpd-ipv6only \
-nftables \ -nftables \
-firewall4 \ -firewall4 \
-kmod-nft-offload \ -kmod-nft-offload \
relayd \
luci-proto-relay \
collectd-mod-iwinfo" collectd-mod-iwinfo"