fuse: move kmod-fuse to package/kernel
SVN-Revision: 32394
This commit is contained in:
parent
0934a4035e
commit
a5e2890ecb
2 changed files with 15 additions and 16 deletions
|
@ -45,21 +45,6 @@ $(call Package/fuse/Default/description)
|
||||||
- ulockmgr_server
|
- ulockmgr_server
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fuse
|
|
||||||
$(call Package/fuse/Default)
|
|
||||||
SUBMENU:=Filesystems
|
|
||||||
TITLE+= (kernel module)
|
|
||||||
KCONFIG:= CONFIG_FUSE_FS
|
|
||||||
FILES:=$(LINUX_DIR)/fs/fuse/fuse.ko
|
|
||||||
VERSION:=$(LINUX_VERSION)-$(LINUX_RELEASE)
|
|
||||||
AUTOLOAD:=$(call AutoLoad,80,fuse)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/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
|
SECTION:=libs
|
||||||
|
@ -121,4 +106,3 @@ endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,fuse-utils))
|
$(eval $(call BuildPackage,fuse-utils))
|
||||||
$(eval $(call BuildPackage,libfuse))
|
$(eval $(call BuildPackage,libfuse))
|
||||||
$(eval $(call KernelPackage,fuse))
|
|
||||||
|
|
|
@ -104,6 +104,21 @@ endef
|
||||||
$(eval $(call KernelPackage,fs-ext4))
|
$(eval $(call KernelPackage,fs-ext4))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/fuse
|
||||||
|
SUBMENU:=$(FS_MENU)
|
||||||
|
TITLE:=FUSE (Filesystem in Userspace) support
|
||||||
|
KCONFIG:= CONFIG_FUSE_FS
|
||||||
|
FILES:=$(LINUX_DIR)/fs/fuse/fuse.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,80,fuse)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/fuse/description
|
||||||
|
Kernel module for userspace filesystem support
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,fuse))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/fs-hfs
|
define KernelPackage/fs-hfs
|
||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
TITLE:=HFS+ filesystem support
|
TITLE:=HFS+ filesystem support
|
||||||
|
|
Loading…
Reference in a new issue