diff options
author | Steven Barth <steven@midlink.org> | 2008-07-06 15:33:42 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-06 15:33:42 +0000 |
commit | c33d0c62b03b9f5310a05659c7bb075737613259 (patch) | |
tree | c91600b37f23df592a11b7747207b09fbb224e56 /contrib | |
parent | 03ed5fb3042e883e3b1f4340e32096dda83ccbd4 (diff) |
removed recursive dependency
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 4 |
1 files changed, 1 insertions, 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 |