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:
d76980c
)
* Removed dependency on fastindex due to some bugs
author
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 21:36:21 +0000
(21:36 +0000)
committer
Steven Barth
<steven@midlink.org>
Mon, 2 Jun 2008 21:36:21 +0000
(21:36 +0000)
contrib/package/luci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/luci/Makefile
b/contrib/package/luci/Makefile
index a57458170edfba4ec7774d7da927c615d9cde2fb..2a44b890dbebbbcdb908043779151a543acef499 100644
(file)
--- a/
contrib/package/luci/Makefile
+++ b/
contrib/package/luci/Makefile
@@
-122,7
+122,7
@@
endef
define Package/luci-web
$(call Package/luci/libtemplate)
- DEPENDS+=+luci-addons
+luci-fastindex
+ DEPENDS+=+luci-addons
TITLE:=MVC Webframework
endef