- ulockmgr_server
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
$(call Package/fuse/Default)
SECTION:=libs
$(eval $(call BuildPackage,fuse-utils))
$(eval $(call BuildPackage,libfuse))
-$(eval $(call KernelPackage,fuse))
$(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
SUBMENU:=$(FS_MENU)
TITLE:=HFS+ filesystem support