summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-02 21:36:21 +0000
committerSteven Barth <steven@midlink.org>2008-06-02 21:36:21 +0000
commit11a4ce396cd94fae3ebd8f386f28b5968464ae42 (patch)
tree795236f4d799d10b99e53ef1db6fc0dd85e31172 /contrib
parentd76980c1947241db2104dbd759adcfc85ee2e435 (diff)
* Removed dependency on fastindex due to some bugs
Diffstat (limited to 'contrib')
-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 a57458170..2a44b890d 100644
--- 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