|
@@ -68,20 +68,18 @@ ax6000['packages']="\
|
|
|
-nftables \
|
|
|
-firewall4"
|
|
|
|
|
|
-# For converted uboots
|
|
|
-# declare -Ag ax6000_uboot
|
|
|
-# ax6000_uboot['device']="xiaomi_redmi-router-ax6000-ubootmod"
|
|
|
-# ax6000_uboot['target']="mediatek/filogic"
|
|
|
-# ax6000_uboot['release']="snapshot"
|
|
|
-# ax6000_uboot['filesystem']="squashfs"
|
|
|
-# ax6000_uboot['packages']="\
|
|
|
-# $default_packages \
|
|
|
-# -dnsmasq \
|
|
|
-# -odhcpd-ipv6only \
|
|
|
-# -nftables \
|
|
|
-# -firewall4 \
|
|
|
-# -kmod-nft-offload \
|
|
|
-# collectd-mod-iwinfo"
|
|
|
+# For uboot'd access points
|
|
|
+declare -Ag ax6000_uboot
|
|
|
+ax6000_uboot['device']="xiaomi_redmi-router-ax6000-ubootmod"
|
|
|
+ax6000_uboot['target']="mediatek/filogic"
|
|
|
+ax6000_uboot['release']="snapshot"
|
|
|
+ax6000_uboot['filesystem']="squashfs"
|
|
|
+ax6000_uboot['packages']="\
|
|
|
+ $default_packages \
|
|
|
+ -dnsmasq \
|
|
|
+ -odhcpd-ipv6only \
|
|
|
+ -nftables \
|
|
|
+ -firewall4"
|
|
|
|
|
|
# Remote NAS
|
|
|
declare -Ag n5100
|