Move crc-ccitt from built-in to module
SVN-Revision: 4472
This commit is contained in:
parent
bd7a40ba7d
commit
2c66496f62
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux kernel version: 2.6.17
|
||||
# Mon Jul 31 18:51:11 2006
|
||||
# Sat Aug 5 21:00:37 2006
|
||||
#
|
||||
CONFIG_MIPS=y
|
||||
|
||||
|
@ -1303,7 +1303,7 @@ CONFIG_CRYPTO_DEFLATE=y
|
|||
#
|
||||
# Library routines
|
||||
#
|
||||
CONFIG_CRC_CCITT=y
|
||||
CONFIG_CRC_CCITT=m
|
||||
# CONFIG_CRC16 is not set
|
||||
CONFIG_CRC32=y
|
||||
# CONFIG_LIBCRC32C is not set
|
||||
|
|
Loading…
Reference in a new issue