Anthony96922 / mt7601u-ap

AP driver for MT7601U dongles
GNU General Public License v2.0
117 stars 49 forks source link

Make module build with latest kernel (5.6) and gcc (9.2) #19

Closed z59 closed 4 years ago

z59 commented 4 years ago

make SUBDIRS=... was removed from kernel recently. M= argument is known at least in linux-2.6, so there is no need to add any code for compatibility.

I already use this module with linux-5.6.7 on x86_64 and ARM without errors for 24+ hours.

Anthony96922 commented 4 years ago

Thanks for the commit!