From: Steven Barth Date: Sun, 6 Jul 2008 15:33:42 +0000 (+0000) Subject: removed recursive dependency X-Git-Tag: 0.8.0~698 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=c33d0c62b03b9f5310a05659c7bb075737613259 removed recursive dependency --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 2c0a6f103..6b968e38a 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -366,7 +366,6 @@ endef define Package/luci-sgi-cgi $(call Package/luci/libtemplate) - DEPENDS+=+luci-web TITLE:=SGI for CGI endef @@ -376,7 +375,7 @@ endef define Package/luci-sgi-luci $(call Package/luci/libtemplate) - DEPENDS+=+luci-web +luci-httpd + DEPENDS+=+luci-httpd TITLE:=SGI for LuCI HTTPD endef @@ -386,7 +385,6 @@ endef define Package/luci-sgi-webuci $(call Package/luci/libtemplate) - DEPENDS+=+luci-web TITLE:=SGI for Webuci endef