Przeglądaj źródła

enable CRC32 always

Waldemar Brodkorb 14 lat temu
rodzic
commit
0795355729
1 zmienionych plików z 1 dodań i 8 usunięć
  1. 1 8
      target/linux/config/Config.in.lib

+ 1 - 8
target/linux/config/Config.in.lib

@@ -6,7 +6,7 @@ config ADK_KERNEL_CRC16
 
 config ADK_KERNEL_CRC32
 	bool
-	default n
+	default y
 
 config ADK_KPACKAGE_KMOD_CRC_ITU_T
 	prompt "kmod-crc-itu-t...................... CRC ITU-T V.41 functions"
@@ -25,13 +25,6 @@ config ADK_KPACKAGE_KMOD_CRC16
 	default n
 	help
 
-config ADK_KPACKAGE_KMOD_CRC32
-	prompt "kmod-crc32.......................... provide CRC32 library functions"
-	tristate
-        depends on ! ADK_KERNEL_CRC32
-	default n
-	help
-
 config ADK_KPACKAGE_KMOD_LIBCRC32C
 	prompt "kmod-libcrc32c...................... CRC32c Cyclic Redundancy-Check"
 	tristate