1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17853 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2009-10-04 14:01:17 +00:00
parent 9b0fd65035
commit a2fd77df3f
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)