Skip to content

Commit

Permalink
Update openwrt.md
Browse files Browse the repository at this point in the history
added line to configure the modem fw
  • Loading branch information
majuss authored May 21, 2019
1 parent 3001e49 commit 48d1d65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions guides/openwrt.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ config switch_vlan
option ports '4t'
option vid '7'
```
Add ths line to `config dsl 'dsl'`:
```
option firmware '/lib/fw.bin'
```

Exit nano by hitting *strg + x* and then *y* and *enter*. Then type the command `passwd root` and enter a new password for your box which is also used in the webinterface. Now simply type `reboot` and hit enter.

21. Your easybox is now successfully setted up. You can reach it's webinterface at *https://192.168.1.1*
Expand Down

0 comments on commit 48d1d65

Please sign in to comment.