projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e219c56
)
uhttpd: fix selecting the right ustream implementation when openssl is to be used...
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 20 Jan 2013 21:15:43 +0000
(21:15 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 20 Jan 2013 21:15:43 +0000
(21:15 +0000)
SVN-Revision: 35257
package/network/services/uhttpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/uhttpd/Makefile
b/package/network/services/uhttpd/Makefile
index e3c8417a1c3d6fe9891dbc517e0b0b6d9cc42aa9..11c4829df91816d0d6c2e61393756a1bc1658a65 100644
(file)
--- a/
package/network/services/uhttpd/Makefile
+++ b/
package/network/services/uhttpd/Makefile
@@
-51,7
+51,7
@@
endef
define Package/uhttpd-mod-tls
$(Package/uhttpd/default)
TITLE+= (TLS plugin)
- DEPENDS:=uhttpd +PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl +PACKAGE_uhttpd-mod-tls_openssl:libustream-
cya
ssl
+ DEPENDS:=uhttpd +PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl +PACKAGE_uhttpd-mod-tls_openssl:libustream-
open
ssl
endef
define Package/uhttpd-mod-tls/description