New device, some tidying
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# Apache 2.0 License
|
# Apache 2.0 License
|
||||||
|
|
||||||
# Set default release
|
# Set default release
|
||||||
: "${RELEASE:="22.03.1"}"
|
: "${RELEASE:="22.03.2"}"
|
||||||
|
|
||||||
printHelp() {
|
printHelp() {
|
||||||
debug "${FUNCNAME[0]}"
|
debug "${FUNCNAME[0]}"
|
||||||
@@ -187,7 +187,7 @@ getImageBuilder() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_dl_tool="curl" # TODO remove
|
#_dl_tool="curl" # TODO remove
|
||||||
|
|
||||||
echo "Downloading imagebuilder archive using $_dl_tool"
|
echo "Downloading imagebuilder archive using $_dl_tool"
|
||||||
|
|
||||||
|
|||||||
12
profiles
12
profiles
@@ -90,12 +90,24 @@ r4s['packages']="\
|
|||||||
collectd-mod-sensors \
|
collectd-mod-sensors \
|
||||||
collectd-mod-thermal \
|
collectd-mod-thermal \
|
||||||
collectd-mod-conntrack \
|
collectd-mod-conntrack \
|
||||||
|
kmod-usb-storage \
|
||||||
|
kmod-usb-storage-uas \
|
||||||
smcroute \
|
smcroute \
|
||||||
curl \
|
curl \
|
||||||
ethtool \
|
ethtool \
|
||||||
kmod-tun \
|
kmod-tun \
|
||||||
ca-bundle"
|
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
|
declare -Ag x5000r
|
||||||
x5000r['profile']="totolink_x5000r"
|
x5000r['profile']="totolink_x5000r"
|
||||||
x5000r['target']="ramips/mt7621"
|
x5000r['target']="ramips/mt7621"
|
||||||
|
|||||||
Reference in New Issue
Block a user