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