mirror of
https://github.com/wiire-a/pixiewps.git
synced 2025-07-27 07:44:36 +02:00
Removed Android.mk
The standard Makefile can be used for cross-compilation anyway.
This commit is contained in:
parent
9e7ba19ee9
commit
dbb70b14be
@ -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)
|
|
@ -120,7 +120,7 @@ The empty PIN, denoted with `<empty>` can be tested with `-p ""` in Reaver [1.6.
|
|||||||
|
|
||||||
# Supported platforms
|
# 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.
|
Since version 1.4.1 it has been included in [OpenWrt](https://openwrt.org/) and [LEDE](https://lede-project.org/) official repositories.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user