mikrotik-update: add notes for crs326

This commit is contained in:
Nico Schottelius 2020-05-21 17:09:39 +02:00
parent 4fc8995e07
commit b2d33e624a
1 changed files with 6 additions and 0 deletions

View File

@ -5,9 +5,15 @@
if [ $# -lt 2 ]; then
echo "$0 <version> <arch> router [router...]"
cat <<EOF
Version:
- the package version as found on https://mikrotik.com/download
Arch:
- rb4011: arm
- crs326: arm
- hapac: mipsbe
router:
- The hostname(s) or IP(v6) addresses of the routers you want to update
EOF
exit 1
fi