linux: add missing dependencies to kmod-fs-msdos and kmod-fs-xfs
SVN-Revision: 37398
This commit is contained in:
		@@ -203,6 +203,7 @@ $(eval $(call KernelPackage,fs-minix))
 | 
				
			|||||||
define KernelPackage/fs-msdos
 | 
					define KernelPackage/fs-msdos
 | 
				
			||||||
  SUBMENU:=$(FS_MENU)
 | 
					  SUBMENU:=$(FS_MENU)
 | 
				
			||||||
  TITLE:=MSDOS filesystem support
 | 
					  TITLE:=MSDOS filesystem support
 | 
				
			||||||
 | 
					  DEPENDS:=+kmod-fs-vfat
 | 
				
			||||||
  KCONFIG:=CONFIG_MSDOS_FS
 | 
					  KCONFIG:=CONFIG_MSDOS_FS
 | 
				
			||||||
  FILES:=$(LINUX_DIR)/fs/fat/msdos.ko
 | 
					  FILES:=$(LINUX_DIR)/fs/fat/msdos.ko
 | 
				
			||||||
  AUTOLOAD:=$(call AutoLoad,40,msdos)
 | 
					  AUTOLOAD:=$(call AutoLoad,40,msdos)
 | 
				
			||||||
@@ -360,7 +361,7 @@ define KernelPackage/fs-xfs
 | 
				
			|||||||
  SUBMENU:=$(FS_MENU)
 | 
					  SUBMENU:=$(FS_MENU)
 | 
				
			||||||
  TITLE:=XFS filesystem support
 | 
					  TITLE:=XFS filesystem support
 | 
				
			||||||
  KCONFIG:=CONFIG_XFS_FS
 | 
					  KCONFIG:=CONFIG_XFS_FS
 | 
				
			||||||
  DEPENDS:= +kmod-fs-exportfs @!avr32
 | 
					  DEPENDS:= +kmod-fs-exportfs +kmod-lib-crc32c @!avr32
 | 
				
			||||||
  FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
 | 
					  FILES:=$(LINUX_DIR)/fs/xfs/xfs.ko
 | 
				
			||||||
  AUTOLOAD:=$(call AutoLoad,30,xfs,1)
 | 
					  AUTOLOAD:=$(call AutoLoad,30,xfs,1)
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user