contrib: remove recursive deps between theme-bootstrap and luci-base
This commit is contained in:
parent
e4be3f94a0
commit
8c866ce452
1 changed files with 2 additions and 4 deletions
|
@ -271,8 +271,6 @@ define theme
|
||||||
SUBMENU:=4. Themes
|
SUBMENU:=4. Themes
|
||||||
TITLE:=$(if $(2),$(2),LuCI $(1) theme)
|
TITLE:=$(if $(2),$(2),LuCI $(1) theme)
|
||||||
MAINTAINER:=$(if $(3),$(3),LuCI Development Team <luci@lists.subsignal.org>)
|
MAINTAINER:=$(if $(3),$(3),LuCI Development Team <luci@lists.subsignal.org>)
|
||||||
DEPENDS:=+luci-base $(4)
|
|
||||||
$(if $(5),DEFAULT:=PACKAGE_luci-base)
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-theme-$(1)/install
|
define Package/luci-theme-$(1)/install
|
||||||
|
@ -287,7 +285,7 @@ define theme
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call theme,openwrt,OpenWrt.org))
|
$(eval $(call theme,openwrt,OpenWrt.org))
|
||||||
$(eval $(call theme,bootstrap,Bootstrap Theme (default),,,1))
|
$(eval $(call theme,bootstrap,Bootstrap Theme (default)))
|
||||||
|
|
||||||
|
|
||||||
### Translations ###
|
### Translations ###
|
||||||
|
|
Loading…
Reference in a new issue