summaryrefslogtreecommitdiff
path: root/package/kernel/modules
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2009-10-04 14:01:17 +0000
committerJohn Crispin <john@openwrt.org>2009-10-04 14:01:17 +0000
commit047eb61a560cbc2741a3cac0ab7fd0b7ff14aaf8 (patch)
tree281662bf55f7ca00010e9a1da1c22dda5a6b504e /package/kernel/modules
parent2d25bf04c90c975163ff4b262fea1659b6879284 (diff)
downloadmtk-20170518-047eb61a560cbc2741a3cac0ab7fd0b7ff14aaf8.zip
mtk-20170518-047eb61a560cbc2741a3cac0ab7fd0b7ff14aaf8.tar.gz
mtk-20170518-047eb61a560cbc2741a3cac0ab7fd0b7ff14aaf8.tar.bz2
adds mountd. There is still much space for improvement, static mounts and fstab are not supported yet
SVN-Revision: 17853
Diffstat (limited to 'package/kernel/modules')
-rw-r--r--package/kernel/modules/fs.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk
index bd97a08..9c7fa17 100644
--- a/package/kernel/modules/fs.mk
+++ b/package/kernel/modules/fs.mk
@@ -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)