From: Steven Barth Date: Sun, 6 Jul 2008 15:26:40 +0000 (+0000) Subject: Add temporary dependency for luci-web to luci-sgi-cgi X-Git-Tag: 0.8.0~699 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=03ed5fb3042e883e3b1f4340e32096dda83ccbd4;p=oweals%2Fluci.git Add temporary dependency for luci-web to luci-sgi-cgi --- 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