Ralink Wireless Adapter Driver
This driver is not for kernel 4.x
The latest build status of master branch
Debian/Ubuntu user can run below commands to install the dependencies
apt-get update && apt-get install -y git wget gcc make build-essential linux-headers-$(uname -r)
CentOS/Redhat/Fedora user can run below commands to install the dependencies
yum install -y git wget gcc make kernel-devel
Fetch source code
cd ~ && git clone https://github.com/terence-deng/mt7601u.git
Start build
make clean
make all
Or
./build.sh
Load the driver
./load.sh
Unload the driver
./unload.sh