From 11a4ce396cd94fae3ebd8f386f28b5968464ae42 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 2 Jun 2008 21:36:21 +0000 Subject: [PATCH] * Removed dependency on fastindex due to some bugs --- contrib/package/luci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1