wifilife: introduce WIFILIFE_OPEN option

This commit is contained in:
Anjan Chanda 2018-10-05 16:36:11 +02:00
parent 24aaae9814
commit 42b8547e81
2 changed files with 8 additions and 0 deletions

4
wifilife/Config.in Normal file
View file

@ -0,0 +1,4 @@
config WIFILIFE_OPEN
bool "Use pre-compiled version for Open SDK"
default n

View file

@ -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