Add temporary dependency for luci-web to luci-sgi-cgi
authorSteven Barth <steven@midlink.org>
Sun, 6 Jul 2008 15:26:40 +0000 (15:26 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 6 Jul 2008 15:26:40 +0000 (15:26 +0000)
contrib/package/luci/Makefile

index 4336155..2c0a6f1 100644 (file)
@@ -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