Hi,
Im trying to install driver for my wifi dongle (Mediatek Inc MT7610U) on HiveOS, and after following GitHub - rebrane/mt7610u: There are many forks of the mt7610u driver. This one builds and works on Linux 4.14, unlike the rest. readme, by typing
$ git clone https://github.com/rebrane/mt7610u
$ make
$ make install
I just get fail messages like "no targets specified and no makefile found"
even if i to "cd mt7610u" and type "make" it fails. Any suggestions?