projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02867f8
)
contrib/package: resolve recursive theme-base - luci-web dependency
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Mar 2010 00:12:29 +0000
(
00:12
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 23 Mar 2010 00:12:29 +0000
(
00:12
+0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index a598d98de85be9c942c81cbe202f978fee20924e..7cdcb7a01c0abd4178e8c569396810e79227cc8f 100644
(file)
--- 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