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
dad4c3ed
Commit
dad4c3ed
authored
Nov 01, 2017
by
David Clark
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to MT7697 WiFi scripts to work with udpated Yocto
parent
a8a20e84
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
mt7697ap.sh
linux_kernel_modules/mt7697wifi/scripts/mt7697ap.sh
+1
-2
mtwifi
linux_kernel_modules/mt7697wifi/scripts/mtwifi
+7
-0
No files found.
linux_kernel_modules/mt7697wifi/scripts/mt7697ap.sh
View file @
dad4c3ed
...
...
@@ -77,5 +77,4 @@ echo "Enabling IP forwarding..."
sysctl
-w
net.ipv4.ip_forward
=
1
echo
"Start wpa supplicant...."
export
LD_LIBRARY_PATH
=
$LD_LIBRARY_PATH
:/mnt/flash/wifi
/mnt/flash/mtwifi/wpa_supplicant
-Dwext
-i
$ITF_LAN
-c
/etc/mt7697-ap
-B
/sbin/wpa_supplicant
-Dwext
-i
$ITF_LAN
-c
/etc/mt7697-ap
-B
linux_kernel_modules/mt7697wifi/scripts/mtwifi
View file @
dad4c3ed
...
...
@@ -15,6 +15,13 @@ mt_wifi_start() {
stty
-F
/dev/ttyHS0
-echo
||
exit
127
fi
lsmod |
grep
mac80211
>
/dev/null
if
[
$?
-eq
1
]
;
then
modprobe mac80211
echo
"Initialized Linux WiFi modules"
;
sleep
2
fi
lsmod |
grep
2_mt7697wifi_core
>
/dev/null
if
[
$?
-eq
1
]
;
then
hw_itf
=
`
echo
$1
|
tr
'[A-Z]'
'[a-z]'
`
...
...
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