I have a b-link wireless adaptor, and I have tried many ways of installing drivers for it to run on my raspi but I can't find any way successfully. One of the drivers I found and tried is here, I believe that it's the proper driver for my wireless adaptor, however, while installing it by following the instructions provided by the author, I always got this:
make -C tools
make[1]: Entering directory '/home/pi/Downloads/mt7601-master/src/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/pi/Downloads/mt7601-master/src/tools'
/home/pi/Downloads/mt7601-master/src/tools/bin2h
cp -f os/linux/Makefile.6 /home/pi/Downloads/mt7601-master/src/os/linux/Makefile
make -C /lib/modules/3.12.28+/build SUBDIRS=/home/pi/Downloads/mt7601-master/src/os/linux modules
make[1]: Entering directory '/lib/modules/3.12.28+/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/3.12.28+/build'
Makefile:394: recipe for target 'LINUX' failed
make: *** [LINUX] Error 2
and was unable to install the drivers, is there anyone could tell me what's wrong with my installation or give me some advice on how to install such drivers on raspi?