contrib: fix default selection of luci-theme-openwrt, this prevents building in LuCI if luci-lib-core is selected as m
This commit is contained in:
parent
7a7874d14e
commit
26d33454f0
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ define theme
|
||||||
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:=$(if $(filter-out base,$(1)),+luci-theme-base) $(4)
|
DEPENDS:=$(if $(filter-out base,$(1)),+luci-theme-base) $(4)
|
||||||
$(if $(5),DEFAULT:=y if PACKAGE_luci-lib-core)
|
$(if $(5),DEFAULT:=PACKAGE_luci-lib-core)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luci-theme-$(1)/install
|
define Package/luci-theme-$(1)/install
|
||||||
|
|
Loading…
Reference in a new issue