From c33d0c62b03b9f5310a05659c7bb075737613259 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 6 Jul 2008 15:33:42 +0000 Subject: [PATCH] removed recursive dependency --- contrib/package/luci/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.11.0