Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

NemoAlex/mwlwifi-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

mwlwifi-bin

Compiled packages for mwlwifi project

Note: Archived

Since LEDE project has merged with OpenWrt, we don't need this repository now.

How to install or upgrade

Simply opkg install it. No need to remove or delete anything.

Step-by-step

Install git on your router:

opkg update
opkg install git-http

Clone the project:

cd /tmp
git clone --depth 1 https://github.com/NemoAlex/mwlwifi-bin.git

Install:

cd mwlwifi-bin/15.05
opkg install kmod-mwlwifi_3.18.20\+10.3.0.14-20151107-1_mvebu.ipk

Reboot your router:

reboot

Then done. Check the version of it:

strings /lib/modules/*.*/mwlwifi.ko | grep "^10.3"

If everything's OK, you will see the version number.

Releases

No releases published

Packages

No packages published