diff --git a/Hardware.md b/Hardware.md index 8f534d1..a00b06b 100644 --- a/Hardware.md +++ b/Hardware.md @@ -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` @@ -158,4 +159,4 @@ You can turn the WiFi interface and the internal access point off with the follo ``` ifconfig ra0 down ifconfig apcli0 down -``` \ No newline at end of file +```