projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
deptest: Also accept stamps that are broken links.
[openwrt.git]
/
package
/
fuse
/
Makefile
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index
cbd15e8
..
015f69c
100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-50,7
+50,7
@@
define KernelPackage/fuse
SUBMENU:=Filesystems
TITLE+= (kernel module)
KCONFIG:= CONFIG_FUSE_FS
SUBMENU:=Filesystems
TITLE+= (kernel module)
KCONFIG:= CONFIG_FUSE_FS
- FILES:=$(LINUX_DIR)/fs/fuse/fuse.
$(LINUX_KMOD_SUFFIX)
+ FILES:=$(LINUX_DIR)/fs/fuse/fuse.
ko
VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)
AUTOLOAD:=$(call AutoLoad,80,fuse)
endef
VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)
AUTOLOAD:=$(call AutoLoad,80,fuse)
endef
@@
-65,7
+65,7
@@
$(call Package/fuse/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
- DEPENDS:=kmod-fuse
+ DEPENDS:=
+
kmod-fuse
SUBMENU:=Filesystem
endef
SUBMENU:=Filesystem
endef
This page took
0.027419 seconds
and
4
git commands to generate.