diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-20 17:00:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-20 17:00:21 +0000 |
commit | 26d33454f0f151cad9ad2504c5f7b5740bb3d2a6 (patch) | |
tree | c36c06ff7c4785c0bf36b4f2d725a82798ca32ca /contrib | |
parent | 7a7874d14e8d03dd29bd02c597ab4f85d75e45c7 (diff) |
contrib: fix default selection of luci-theme-openwrt, this prevents building in LuCI if luci-lib-core is selected as m
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <luci@lists.subsignal.org>) 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 |