mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
Add info for the Power Adapter
This commit is contained in:
parent
0bcf683058
commit
ee3b007756
1 changed files with 7 additions and 1 deletions
|
|
@ -9,6 +9,10 @@
|
|||
# you) can access it. It is pretty secure because if someone
|
||||
# can read the label, they can factory-reset the router
|
||||
# (or steal your silverware).
|
||||
#
|
||||
# Pro-tip: Snip out the power brick label, and tape it to the
|
||||
# power brick so the router and brick don't get separated.
|
||||
#
|
||||
# Here's an example label:
|
||||
|
||||
# === Printed with: print-router-label.sh ============
|
||||
|
|
@ -23,6 +27,8 @@
|
|||
# Wifi PW: -open-
|
||||
# Configured: 2024-Nov-27
|
||||
# === See: github.com/richb-hanover/OpenWrtScripts ===
|
||||
#
|
||||
# Label for Power Brick: Linksys E8450 (UBI)
|
||||
|
||||
# Usage: sh print-router-label.sh root-password WifiSSID WifiPassword
|
||||
|
||||
|
|
@ -54,7 +60,7 @@ echo " Wifi PW: $WIFIPASSWD"
|
|||
echo " Configured: $TODAY"
|
||||
echo "=== See: github.com/richb-hanover/OpenWrtScripts ==="
|
||||
echo ""
|
||||
echo "Power Brick Label: $DEVICE"
|
||||
echo "Label for Power Brick: $DEVICE"
|
||||
echo ""
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue