BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mangoh-drivers
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
mangoh-drivers
Commits
f7063ff3
Commit
f7063ff3
authored
Mar 26, 2019
by
Zahid Chowdhury
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
load all Cypress wifi modules at boot-time
parent
e139ce94
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
README.md
linux_kernel_modules/cypwifi/README.md
+3
-2
No files found.
linux_kernel_modules/cypwifi/README.md
View file @
f7063ff3
...
...
@@ -46,12 +46,12 @@
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:
https://github.com/mangOH/mangOH/wiki/mangOH-Red-mt7697-WiFi
*
/legato/systems/current/modules/files/brcmutil/etc/init.d/cywifi.sh init
...
...
@@ -74,6 +74,7 @@
if [ -e "/legato/systems/current/modules/files/brcmutil/etc/init.d/cywifi.sh" ]
then
/legato/systems/current/modules/files/brcmutil/etc/init.d/cywifi.sh init
/legato/systems/current/modules/files/brcmutil/etc/init.d/cywifi.sh start
fi
```
between "mount -o bind $LEGATO_MNT /legato" and "test -x $LEGATO_START && $LEGATO_START"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment