mikrotik-update: add notes for crs326
This commit is contained in:
parent
4fc8995e07
commit
b2d33e624a
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue