kuba-moo / mt7601u

Linux mac80211-based driver for Mediatek MT7601U USB bgn WiFi dongle
284 stars 105 forks source link

Need Linux Headers #11

Closed tfcarlin closed 9 years ago

tfcarlin commented 9 years ago

My first attempt to make the driver resulted in the error:

root@arm:~/mt7601u# make make -C /lib/modules/uname -r/build M=$PWD make: * /lib/modules/3.19.3-bone4/build: No such file or directory. Stop. make: * [default] Error 2

Installing linux headers corrected this problem:

apt-get install linux-headers-$(uname -r)

kuba-moo commented 9 years ago

Thanks for the report, I added something to README but I'm not sure if it's clear...