removed recursive dependency
This commit is contained in:
parent
03ed5fb304
commit
c33d0c62b0
1 changed files with 1 additions and 3 deletions
|
@ -366,7 +366,6 @@ endef
|
||||||
|
|
||||||
define Package/luci-sgi-cgi
|
define Package/luci-sgi-cgi
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
DEPENDS+=+luci-web
|
|
||||||
TITLE:=SGI for CGI
|
TITLE:=SGI for CGI
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -376,7 +375,7 @@ endef
|
||||||
|
|
||||||
define Package/luci-sgi-luci
|
define Package/luci-sgi-luci
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
DEPENDS+=+luci-web +luci-httpd
|
DEPENDS+=+luci-httpd
|
||||||
TITLE:=SGI for LuCI HTTPD
|
TITLE:=SGI for LuCI HTTPD
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -386,7 +385,6 @@ endef
|
||||||
|
|
||||||
define Package/luci-sgi-webuci
|
define Package/luci-sgi-webuci
|
||||||
$(call Package/luci/libtemplate)
|
$(call Package/luci/libtemplate)
|
||||||
DEPENDS+=+luci-web
|
|
||||||
TITLE:=SGI for Webuci
|
TITLE:=SGI for Webuci
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue