* Removed dependency on fastindex due to some bugs

This commit is contained in:
Steven Barth 2008-06-02 21:36:21 +00:00
parent d76980c194
commit 11a4ce396c

View 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