projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
573f158
)
fix fuse dependency against kmod-fuse
author
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Sep 2010 19:12:22 +0000
(19:12 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 4 Sep 2010 19:12:22 +0000
(19:12 +0000)
SVN-Revision: 22919
package/fuse/Makefile
patch
|
blob
|
history
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index ceae7d80bcae8cd06724e26d4ba6a436280d3f85..015f69c8db86d08f9ca58ab6f07a8296bf362d7d 100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-65,7
+65,7
@@
$(call Package/fuse/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
- DEPENDS:=kmod-fuse
+ DEPENDS:=
+
kmod-fuse
SUBMENU:=Filesystem
endef