BigW Consortium Gitlab

Unverified Commit ef892c7b by zchowdhury Committed by GitHub

Update README.md

Add /etc/network/interfaces update for ifup scripts.
parent 1e7b192d
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
one can set the interface to wlan1. Note that MangOH Red has wlan1 used one can set the interface to wlan1. Note that MangOH Red has wlan1 used
by the MT7697 Wifi chip which is not present on the MangOH Yellow. AP_REF refers by the MT7697 Wifi chip which is not present on the MangOH Yellow. AP_REF refers
to the AP reference found from scan. These are the steps: to the AP reference found from scan. These are the steps:
* To have the Cypress Wifi start via init.d properly (i.e. ifup scripts) you need to add
following lines to "/etc/network/interfaces":
iface wlan1 inet manual
pre-up /legato/systems/current/modules/files/brcmutil/etc/init.d/cywifi.sh start
post-down /legato/systems/current/modules/files/brcmutil/etc/init.d/cywifi.sh stop
* Please apply the Legato Patches as mentioned under: * Please apply the Legato Patches as mentioned under:
https://github.com/mangOH/mangOH/wiki/mangOH-Red-mt7697-WiFi https://github.com/mangOH/mangOH/wiki/mangOH-Red-mt7697-WiFi
* /legato/systems/current/modules/files/brcmutil/etc/init.d/cywifi.sh init * /legato/systems/current/modules/files/brcmutil/etc/init.d/cywifi.sh init
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment