projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[adm5120] cleanup memory detection code, fix #2244
[openwrt.git]
/
package
/
fuse
/
Makefile
diff --git
a/package/fuse/Makefile
b/package/fuse/Makefile
index
5e60e10
..
d033449
100644
(file)
--- a/
package/fuse/Makefile
+++ b/
package/fuse/Makefile
@@
-10,58
+10,68
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=fuse
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=fuse
-PKG_VERSION:=2.6.
3
+PKG_VERSION:=2.6.
5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
-PKG_MD5SUM:=
3f4f5d07d12dedc0a3fd23472171fe94
+PKG_MD5SUM:=
66bd30503df55a87b9868835ca5a45bc
include $(INCLUDE_DIR)/package.mk
define Package/fuse/Default
TITLE:=FUSE
DEPENDS:=@LINUX_2_6
include $(INCLUDE_DIR)/package.mk
define Package/fuse/Default
TITLE:=FUSE
DEPENDS:=@LINUX_2_6
- DESCRIPTION:=\
- FUSE (Filesystem in UserSpacE)
URL:=http://fuse.sourceforge.net/
endef
URL:=http://fuse.sourceforge.net/
endef
+define Package/fuse/Default/description
+ FUSE (Filesystem in UserSpacE)
+endef
+
define Package/fuse-utils
define Package/fuse-utils
-
$(call Package/fuse/Default)
+$(call Package/fuse/Default)
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libfuse +kmod-fuse @LINUX_2_6
TITLE+= (utilities)
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=+libfuse +kmod-fuse @LINUX_2_6
TITLE+= (utilities)
- DESCRIPTION+=\\\
- \\\
- This package contains the FUSE utilities.
+endef
+
+define Package/fuse-utils/description
+$(call Package/fuse/Default/description)
+ This package contains the FUSE utilities.
endef
define KernelPackage/fuse
endef
define KernelPackage/fuse
+$(call Package/fuse/Default)
SUBMENU:=Filesystems
SUBMENU:=Filesystems
- $(call Package/fuse/Default)
DEPENDS:=@LINUX_2_6
TITLE+= (kernel module)
DEPENDS:=@LINUX_2_6
TITLE+= (kernel module)
- DESCRIPTION+=\\\
- \\\
- This package contains the FUSE kernel module.
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
AUTOLOAD:=$(call AutoLoad,80,fuse)
endef
+define Kernel/Package/fuse/description
+$(call Package/fuse/Default/description)
+ This package contains the FUSE kernel module.
+endef
+
define Package/libfuse
define Package/libfuse
-
$(call Package/fuse/Default)
+$(call Package/fuse/Default)
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=@LINUX_2_6
TITLE+= (library)
SECTION:=libs
CATEGORY:=Libraries
DEPENDS:=@LINUX_2_6
TITLE+= (library)
- DESCRIPTION+=\\\
- \\\
- This package contains the FUSE shared library, needed by other programs.
endef
endef
+define Package/libfuse/description
+$(call Package/fuse/Default/description)
+ This package contains the FUSE shared library, needed by other programs.
+endef
+
+CONFIGURE_VARS += \
+ kernsrcver="$(LINUX_VERSION)"
+
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
This page took
0.030654 seconds
and
4
git commands to generate.