Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:tp-link:ec330-g5u_v1 [2023/06/02 16:22] – [Buttons] csharper2005 | toh:tp-link:ec330-g5u_v1 [2023/08/02 19:03] – [OpenWrt installation (using factory image)] add info about ISP's default FW luckyspecialist | ||
|---|---|---|---|
| Line 83: | Line 83: | ||
| Tested with // | Tested with // | ||
| + | Also tested on 3.16.0 0.9.1 v6037.0 Build 181229 Rel.41159n (ISP's default FW) if the router booted from the right slot to download the OpenWRT firmware (see step 6 below). | ||
| 1. Login to the router web interface (http:// | 1. Login to the router web interface (http:// | ||
| Line 271: | Line 272: | ||
| | WPS | | WPS | ||
| - | === Activate Led button === | ||
| - | |||
| - | 1. Create file /// | ||
| - | <code bash> | ||
| - | #!/bin/sh | ||
| - | |||
| - | [ " | ||
| - | |||
| - | leds_status_path="/ | ||
| - | leds_status=$(cat $leds_status_path) | ||
| - | if [[ $leds_status == 0 ]]; then | ||
| - | echo 1 > $leds_status_path | ||
| - | else | ||
| - | echo 0 > $leds_status_path | ||
| - | fi | ||
| - | |||
| - | return 0 | ||
| - | </ | ||
| - | 2. < | ||
| ===== Hardware ===== | ===== Hardware ===== | ||
| ==== Info ==== | ==== Info ==== | ||