projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two...
[openwrt.git]
/
package
/
fuse
/
Makefile
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index
645c149
..
42fe78c
100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-45,13
+45,14
@@
endef
define KernelPackage/fuse
SUBMENU:=Filesystems
$(call Package/fuse/Default)
define KernelPackage/fuse
SUBMENU:=Filesystems
$(call Package/fuse/Default)
- TITLE+= (kernel module)
DEPENDS:=@LINUX_2_6
DEPENDS:=@LINUX_2_6
+ TITLE+= (kernel module)
DESCRIPTION+=\\\
\\\
This package contains the FUSE kernel module.
DESCRIPTION+=\\\
\\\
This package contains the FUSE kernel module.
- VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
FILES:=$(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/fuse/fuse.$(LINUX_KMOD_SUFFIX)
FILES:=$(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/fuse/fuse.$(LINUX_KMOD_SUFFIX)
+ VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
+ AUTOLOAD:=$(call AutoLoad,80,fuse)
endef
define Package/libfuse
endef
define Package/libfuse
This page took
0.028543 seconds
and
4
git commands to generate.