contrib/package: make uhttpd sgi depend on uhttpd-mod-lua and uhttpd-mod-tls as well
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Mar 2010 10:56:09 +0000 (10:56 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 25 Mar 2010 10:56:09 +0000 (10:56 +0000)
contrib/package/luci/Makefile

index 5cfab4c..387499c 100644 (file)
@@ -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