projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
969b971
)
contrib/package: switch default TLS provider to CyaSSL
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Mar 2010 00:20:39 +0000
(
00:20
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Mar 2010 00:20:39 +0000
(
00:20
+0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index 7cdcb7a01c0abd4178e8c569396810e79227cc8f..5cfab4c9cf0d90f7768f90cf7eb951a1bd67d3f1 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-275,7
+275,7
@@
endef
-NIXIO_TLS:=
axtls
+NIXIO_TLS:=
cyassl
define Package/luci-nixio
$(call Package/luci/libtemplate)
@@
-290,7
+290,7
@@
endef
define Package/luci-nixio/config
choice
prompt "TLS Provider"
- default PACKAGE_luci-nixio_
axtls
+ default PACKAGE_luci-nixio_
cyassl
config PACKAGE_luci-nixio_axtls
bool "Builtin (axTLS)"
@@
-305,6
+305,10
@@
define Package/luci-nixio/config
endchoice
endef
+ifneq ($(CONFIG_PACKAGE_luci-nixio_axtls),)
+ NIXIO_TLS:=axtls
+endif
+
ifneq ($(CONFIG_PACKAGE_luci-nixio_openssl),)
NIXIO_TLS:=openssl
endif