mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
wifilife: introduce WIFILIFE_OPEN option
This commit is contained in:
parent
24aaae9814
commit
42b8547e81
2 changed files with 8 additions and 0 deletions
4
wifilife/Config.in
Normal file
4
wifilife/Config.in
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
config WIFILIFE_OPEN
|
||||
bool "Use pre-compiled version for Open SDK"
|
||||
default n
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue