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

Enable msdos fs support and package it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5741 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2006-12-09 19:47:32 +00:00
parent f7ffac5428
commit ec9c075c75
9 changed files with 24 additions and 9 deletions

View File

@@ -88,6 +88,18 @@ define KernelPackage/fs-nfs
endef
$(eval $(call KernelPackage,fs-nfs))
define KernelPackage/fs-msdos
TITLE:=MSDOS filesystem support
DESCRIPTION:=Kernel module for MSDOS filesystem support
DEPENDS:=+kmod-nls-base
KCONFIG:=$(CONFIG_MSDOS_FS)
SUBMENU:=$(FSMENU)
AUTOLOAD:=$(call AutoLoad,30,fat vfat)
FILES:= \
$(MODULES_DIR)/kernel/fs/msdos/msdos.$(LINUX_KMOD_SUFFIX)
endef
$(eval $(call KernelPackage,fs-msdos))
define KernelPackage/fs-vfat
TITLE:=VFAT filesystem support
DESCRIPTION:=Kernel module for VFAT filesystem support