From 870fc789fe1cce1dfd75c3baf668f5a270895bd3 Mon Sep 17 00:00:00 2001 From: bryan Date: Wed, 21 Dec 2022 12:58:41 -0500 Subject: [PATCH] New device, some tidying --- openwrtbuilder | 4 ++-- profiles | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 74111ef..629049d 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -7,7 +7,7 @@ # Apache 2.0 License # Set default release -: "${RELEASE:="22.03.1"}" +: "${RELEASE:="22.03.2"}" printHelp() { debug "${FUNCNAME[0]}" @@ -187,7 +187,7 @@ getImageBuilder() { return 1 fi - _dl_tool="curl" # TODO remove + #_dl_tool="curl" # TODO remove echo "Downloading imagebuilder archive using $_dl_tool" diff --git a/profiles b/profiles index a09e4fb..050eb4f 100644 --- a/profiles +++ b/profiles @@ -90,12 +90,24 @@ r4s['packages']="\ collectd-mod-sensors \ collectd-mod-thermal \ collectd-mod-conntrack \ + kmod-usb-storage \ + kmod-usb-storage-uas \ smcroute \ curl \ ethtool \ kmod-tun \ ca-bundle" +declare -Ag ax6000 +ax6000['profile']="xiaomi_redmi-router-ax6000" +ax6000['target']="mediatek/filogic" +ax6000['filesystem']="squashfs" +ax6000['packages']="\ + $default_packages \ + -dnsmasq \ + -odhcpd \ + -iptables" + declare -Ag x5000r x5000r['profile']="totolink_x5000r" x5000r['target']="ramips/mt7621"