diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-04-24 21:42:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-04-24 21:42:58 +0000 |
commit | dff51d2e02d3707e88c665888ff9284b22ccef39 (patch) | |
tree | ed8a6632a5988d31914231467bc75648e06779ff /contrib | |
parent | f26e8e95165a1bc70469cb5f30230a6855d5f000 (diff) |
contrib: prefer libustream-polarssl for luci-ssl (#677)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 912b82656..64abf69ba 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -593,7 +593,7 @@ $(eval $(call collection,,\ $(eval $(call collection,ssl,\ Standard OpenWrt set with HTTPS support,\ - +luci +libustream-cyassl +px5g)) + +luci +libustream-polarssl +px5g)) $(eval $(call collection,light,\ Minimum package set using only admin mini and the standard theme,\ |