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
d4641c1
..
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
@@
-93,6
+94,8
@@
define Build/Compile
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
+ AM_CFLAGS="$(TARGET_CFLAGS) -DDISABLE_COMPAT=1" \
+ EXTRA_DIST="" \
all install
endef
all install
endef
This page took
0.023348 seconds
and
4
git commands to generate.