Browse Source

fix xfs module loading

Waldemar Brodkorb 9 years ago
parent
commit
5bf933f9b3
2 changed files with 5 additions and 1 deletions
  1. 4 0
      mk/modules.mk
  2. 1 1
      target/linux/config/Config.in.fs

+ 4 - 0
mk/modules.mk

@@ -1760,6 +1760,10 @@ $(eval $(call KMOD_template,CRC16,crc16, \
 	$(MODULES_DIR)/kernel/lib/crc16 \
 ,01))
 
+$(eval $(call KMOD_template,LIBCRC32C,libcrc32c, \
+	$(MODULES_DIR)/kernel/lib/libcrc32c \
+,01))
+
 #
 # parallel port support
 #

+ 1 - 1
target/linux/config/Config.in.fs

@@ -161,7 +161,7 @@ config ADK_KERNEL_XFS_FS
 	prompt "XFS filesystem support"
 	tristate
 	select ADK_KERNEL_EXPORTFS
-	select ADK_KERNEL_CRYPTO_CRC32C
+	select ADK_KERNEL_LIBCRC32C
 	default n
 	help
 	  XFS is a high performance journaling filesystem which originated