summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-06 15:26:40 +0000
committerSteven Barth <steven@midlink.org>2008-07-06 15:26:40 +0000
commit03ed5fb3042e883e3b1f4340e32096dda83ccbd4 (patch)
tree77dfb334dd8250cd79510b3d163087474ace59a3
parent84375a8f1b41d12166d231f995cc5fe960e418ab (diff)
Add temporary dependency for luci-web to luci-sgi-cgi
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 4336155f5..2c0a6f103 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -172,7 +172,7 @@ endef
define Package/luci-web
$(call Package/luci/libtemplate)
- DEPENDS+=+luci-http +luci-addons +luci-uci
+ DEPENDS+=+luci-http +luci-addons +luci-uci +luci-sgi-cgi
TITLE:=MVC Webframework
endef