mirror of
https://github.com/richb-hanover/OpenWrtScripts.git
synced 2026-03-30 10:44:32 +02:00
typo in README, changed openwrtstats.sh to use OpenWrt (not CeroWrt) WAN port name
This commit is contained in:
parent
5f9adc4a47
commit
bd1240a002
2 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ cd /usr/lib
|
|||
git clone git://github.com/richb-hanover/OpenWrtScripts.git
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
## config-openwrt.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
# - /tmp/openwrtstats_output.txt - output file for stats
|
||||
|
||||
radio=phy0
|
||||
wlan_if=sw00
|
||||
wlan_if=wan
|
||||
out_fqn=/tmp/openwrtstats_output.txt
|
||||
|
||||
echo -e "[date]" > ${out_fqn}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue