Small bug fix to package/kernel/modules/other.mk
[openwrt.git] / package / kernel / modules / fs.mk
index eae83ef..74f2b78 100644 (file)
@@ -3,6 +3,7 @@ FSMENU:=Filesystems
 define KernelPackage/fs-cifs
   TITLE:=CIFS support
   DESCRIPTION:=Kernel module for CIFS support
+  DEPENDS:=+kmod-nls-base
   KCONFIG:=$(CONFIG_CIFS)
   SUBMENU:=$(FSMENU)
   AUTOLOAD:=$(call AutoLoad,30,cifs)
@@ -94,7 +95,7 @@ define KernelPackage/fs-msdos
   DEPENDS:=+kmod-nls-base
   KCONFIG:=$(CONFIG_MSDOS_FS)
   SUBMENU:=$(FSMENU)
-  AUTOLOAD:=$(call AutoLoad,30,fat vfat)
+  AUTOLOAD:=$(call AutoLoad,40,msdos)
   FILES:= \
        $(MODULES_DIR)/kernel/fs/msdos/msdos.$(LINUX_KMOD_SUFFIX)
 endef
This page took 0.019139 seconds and 4 git commands to generate.