alobbs / macchanger

GNU MAC Changer
http://www.gnu.org/software/macchanger
GNU General Public License v3.0
581 stars 112 forks source link

Add android makefiles and option to exclude data files #10

Open NerdyProjects opened 10 years ago

NerdyProjects commented 10 years ago

Create android makefiles to support building on android. Does expicitly exclude maclist files as the author was too lazy to figure out how to correctly supply data files for android package.

Change-Id: I4f807f78a320d28da307eb8b62827b61c554da20

NerdyProjects commented 10 years ago

Well, my patch is not completely well figured out as the android build configuration/device file needs the following targets added: macchanger wireless.list OUI.list

The lists can also be simply disabled in Makefile by adding -DEXCLUDE_MACLIST to CFLAGS.