mirror of
https://github.com/Jan21493/Linkplay.git
synced 2024-11-20 19:33:58 +00:00
Update Hardware.md
This commit is contained in:
parent
10be486b2e
commit
43027d6ff3
1 changed files with 2 additions and 1 deletions
|
@ -140,6 +140,7 @@ wget -O /tmp/bin/file -T 5 'http://10.1.1.22/a31/bin/file';/bin/chmod 777 /tmp/b
|
|||
# on Up2Stream device:
|
||||
wget -O /tmp/bin/strings -T 5 'http://10.1.1.22/a31/bin/strings';/bin/chmod 777 /tmp/bin/strings
|
||||
```
|
||||
|
||||
Here are some code snippets from a script on the device (can't remember any details). It looks that the commands for NTP are not working anymore, also the commands to switch power for the WiFi interface off:
|
||||
```
|
||||
srv=`nvram_get 2860 NTPServerIP`
|
||||
|
|
Loading…
Reference in a new issue