xtknight / mt7610u-linksys-ae6000-wifi-fixes

Trying to fix the MT7610U chipset driver by MediaTek so it's usable on modern Linux kernels and with nl80211/NetworkManager (and not completely breaking on old ones, maybe...)
187 stars 71 forks source link

Build rework #38

Closed PeterMitsis closed 6 years ago

PeterMitsis commented 6 years ago

These commits are part of an attempt to help clean up the build.

Some build targets have been removed to reduce clutter as they appeared to be impossible to build with the current code base.

Also, many of the various platform and chipset specific flags and macros have been hoisted out of common makefile and placed into their own custom build fragment files. The aim was to ...

  1. Simplify the primary makefiles
  2. Make it easier to extend both chipset and platform support.