From 42b8547e81c03f0f5e97141b0de823e75b570a8d Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Fri, 5 Oct 2018 16:36:11 +0200 Subject: [PATCH] wifilife: introduce WIFILIFE_OPEN option --- wifilife/Config.in | 4 ++++ wifilife/Makefile | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 wifilife/Config.in diff --git a/wifilife/Config.in b/wifilife/Config.in new file mode 100644 index 000000000..13831d195 --- /dev/null +++ b/wifilife/Config.in @@ -0,0 +1,4 @@ + +config WIFILIFE_OPEN + bool "Use pre-compiled version for Open SDK" + default n diff --git a/wifilife/Makefile b/wifilife/Makefile index c251854ae..c5e6ee350 100644 --- a/wifilife/Makefile +++ b/wifilife/Makefile @@ -36,6 +36,10 @@ define Package/wifilife/description 802.11k,v and r. endef +define Package/wifilife/config + source "$(SOURCE)/Config.in" +endef + ifeq ($(CONFIG_WIFILIFE_OPEN),y) define Build/Compile endef