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.