* Removed dependency on fastindex due to some bugs
authorSteven Barth <steven@midlink.org>
Mon, 2 Jun 2008 21:36:21 +0000 (21:36 +0000)
committerSteven Barth <steven@midlink.org>
Mon, 2 Jun 2008 21:36:21 +0000 (21:36 +0000)
contrib/package/luci/Makefile

index a574581..2a44b89 100644 (file)
@@ -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