adds mountd. There is still much space for improvement, static mounts and fstab are not supported yet

SVN-Revision: 17853
This commit is contained in:
John Crispin
2009-10-04 14:01:17 +00:00
parent 2d25bf04c9
commit 047eb61a56
4 changed files with 72 additions and 0 deletions

View File

@@ -378,6 +378,20 @@ endef
$(eval $(call KernelPackage,fs-btrfs))
define KernelPackage/fs-autofs4
SUBMENU:=$(FS_MENU)
TITLE:=AUTOFS4 filesystem support
KCONFIG:=CONFIG_AUTOFS4_FS
FILES:=$(LINUX_DIR)/fs/autofs4/autofs4.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,autofs4)
endef
define KernelPackage/fs-autofs4/description
Kernel module for AutoFS4 support
endef
$(eval $(call KernelPackage,fs-autofs4))
define KernelPackage/nls-base
SUBMENU:=$(FS_MENU)