From dbb70b14be073411628f8f11a9d1714934e7ff0a Mon Sep 17 00:00:00 2001 From: wiire-a Date: Wed, 3 Jan 2018 15:21:02 +0100 Subject: [PATCH] Removed Android.mk The standard Makefile can be used for cross-compilation anyway. --- Android.mk | 9 --------- README.md | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 Android.mk diff --git a/Android.mk b/Android.mk deleted file mode 100644 index 0ee621d..0000000 --- a/Android.mk +++ /dev/null @@ -1,9 +0,0 @@ -LOCAL_PATH:=$(call my-dir)/src -include $(CLEAR_VARS) - -LOCAL_CFLAGS:=-std=c99 -O3 - -LOCAL_MODULE:=pixiewps -LOCAL_SRC_FILES:=pixiewps.c mbedtls/sha256.c mbedtls/md.c mbedtls/md_wrap.c - -include $(BUILD_EXECUTABLE) diff --git a/README.md b/README.md index ce4c304..07d15fe 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ The empty PIN, denoted with `` can be tested with `-p ""` in Reaver [1.6. # Supported platforms -Pixiewps can be compiled for a wide variety of platforms including Android. On Windows it can be compiled with [MinGW](http://www.mingw.org/). Be sure to have installed phtread support. +Pixiewps can be compiled for a wide variety of platforms. On Windows it can be compiled with [MinGW](http://www.mingw.org/). Be sure to have installed phtread support. Since version 1.4.1 it has been included in [OpenWrt](https://openwrt.org/) and [LEDE](https://lede-project.org/) official repositories.