summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-03-23 00:12:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-03-23 00:12:29 +0000
commit969b971d0dc99101004e08347ae8f2d73f685a88 (patch)
treeb85e2ba14c6950b4a6ccc9343a29901bbab16d98
parent02867f8ebba934118b23ac4e4308019efb6bd1f6 (diff)
contrib/package: resolve recursive theme-base - luci-web dependency
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index a598d98de..7cdcb7a01 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -786,7 +786,7 @@ endef
### Themes ###
define Package/luci-theme-base
$(call Package/luci/thtemplate)
- DEPENDS:=+luci-web
+ DEPENDS:=
TITLE:=Common base for all themes
endef