diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-25 10:56:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-25 10:56:09 +0000 |
commit | f115f8f514453fd61e4768563b27a2ef0487d342 (patch) | |
tree | ac1458981327d937ba560de7f3d7d71ec98f12a6 /contrib | |
parent | f59e82ca535c4f58ebe2f65ff6a91fc45b047bce (diff) |
contrib/package: make uhttpd sgi depend on uhttpd-mod-lua and uhttpd-mod-tls as well
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 5cfab4c9c..387499c75 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -779,7 +779,7 @@ endef define Package/luci-sgi-uhttpd $(call Package/luci/webservertemplate) TITLE:=Binding for the uHTTPd server - DEPENDS+=+uhttpd +px5g + DEPENDS+=+uhttpd +uhttpd-mod-tls +uhttpd-mod-lua +px5g endef define Package/luci-sgi-uhttpd/install |