[package] fix fuse dependency against kmod-fuse
authorFlorian Fainelli <florian@openwrt.org>
Sat, 4 Sep 2010 19:12:22 +0000 (19:12 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 4 Sep 2010 19:12:22 +0000 (19:12 +0000)
SVN-Revision: 22919

package/fuse/Makefile

index ceae7d80bcae8cd06724e26d4ba6a436280d3f85..015f69c8db86d08f9ca58ab6f07a8296bf362d7d 100644 (file)
@@ -65,7 +65,7 @@ $(call Package/fuse/Default)
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE+= (library)
-  DEPENDS:=kmod-fuse
+  DEPENDS:=+kmod-fuse
   SUBMENU:=Filesystem
 endef