From eebb64063d39576bd6583d3a317bebe79f5f627c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20Demirta=C5=9F?= Date: Thu, 3 Nov 2016 19:42:43 +0200 Subject: [PATCH] Update README.MD --- README.MD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.MD b/README.MD index 05f3e7b..a486a20 100644 --- a/README.MD +++ b/README.MD @@ -49,6 +49,8 @@ sudo apt-get install nano -y Write your settings and save for configuration, press “ctrl-w” + press “y” and press enter. Compile your driver with this commands. +cd mt7601u/ + sudo cp -v /lib/modules/$(uname -r)/build/Module.symvers src/os/linux sudo make clean && make all && make install sudo rm -rvf src/os/linux/Module.symvers