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
|
||||
$(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
|
||||
|
||||
|
|
Loading…
Reference in a new issue