From 69f76bb2909548413e0b7d81ee88b9684941b332 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 4 Jul 2023 09:20:54 -0400 Subject: [PATCH] Update profiles --- profiles | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/profiles b/profiles index 2abf31b..1c1e16d 100644 --- a/profiles +++ b/profiles @@ -135,6 +135,23 @@ r4s['files']="\ # r4s_stock['filesystem']="ext4" # r4s_stock['release']="snapshot" +# declare -Ag ax6000 +# ax6000['device']="xiaomi_redmi-router-ax6000-stock" +# ax6000['target']="mediatek/filogic" +# ax6000['release']="snapshot" +# ax6000['filesystem']="squashfs" +# ax6000['packages']="\ +# $default_packages \ +# -dnsmasq \ +# -odhcpd-ipv6only \ +# -nftables \ +# -firewall4 \ +# -kmod-nft-offload \ +# collectd-mod-iwinfo \ +# mesh11sd \ +# -wpad-basic-mbedtls \ +# wpad-mesh-mbedtls" + declare -Ag ax6000 ax6000['device']="xiaomi_redmi-router-ax6000-stock" ax6000['target']="mediatek/filogic" @@ -145,12 +162,11 @@ ax6000['packages']="\ -dnsmasq \ -odhcpd-ipv6only \ -nftables \ - -firewall4 \ - -kmod-nft-offload \ - collectd-mod-iwinfo \ - mesh11sd \ - -wpad-basic-mbedtls \ - wpad-mesh-mbedtls" + -firewall4" + # for 802.11s + # mesh11sd \ + # -wpad-basic-mbedtls \ + # wpad-mesh-mbedtls" # declare -Ag ax6000_uboot # ax6000_uboot['device']="xiaomi_redmi-router-ax6000-ubootmod"