From: Jo-Philipp Wich Date: Sat, 20 Nov 2010 17:00:21 +0000 (+0000) Subject: contrib: fix default selection of luci-theme-openwrt, this prevents building in LuCI... X-Git-Tag: 0.10.0~406 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=26d33454f0f151cad9ad2504c5f7b5740bb3d2a6 contrib: fix default selection of luci-theme-openwrt, this prevents building in LuCI if luci-lib-core is selected as m --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 07f0bcd90..6814b6b36 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -460,7 +460,7 @@ define theme TITLE:=$(if $(2),$(2),LuCI $(1) theme) MAINTAINER:=$(if $(3),$(3),LuCI Development Team ) 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 define Package/luci-theme-$(1)/install