mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
kernel 3.6+: switch to a crc32 implementation that is more suitable for small caches. reduces kernel image size by ~22 KiB on mips
SVN-Revision: 34461
This commit is contained in:
parent
5d253542d7
commit
ec885796c0
@ -442,10 +442,10 @@ CONFIG_CRASHLOG=y
|
||||
# CONFIG_CRC16 is not set
|
||||
CONFIG_CRC32=y
|
||||
# CONFIG_CRC32_BIT is not set
|
||||
# CONFIG_CRC32_SARWATE is not set
|
||||
CONFIG_CRC32_SARWATE=y
|
||||
# CONFIG_CRC32_SELFTEST is not set
|
||||
# CONFIG_CRC32_SLICEBY4 is not set
|
||||
CONFIG_CRC32_SLICEBY8=y
|
||||
# CONFIG_CRC32_SLICEBY8 is not set
|
||||
# CONFIG_CRC7 is not set
|
||||
# CONFIG_CRC8 is not set
|
||||
# CONFIG_CRC_CCITT is not set
|
||||
|
@ -448,10 +448,10 @@ CONFIG_CRASHLOG=y
|
||||
# CONFIG_CRC16 is not set
|
||||
CONFIG_CRC32=y
|
||||
# CONFIG_CRC32_BIT is not set
|
||||
# CONFIG_CRC32_SARWATE is not set
|
||||
CONFIG_CRC32_SARWATE=y
|
||||
# CONFIG_CRC32_SELFTEST is not set
|
||||
# CONFIG_CRC32_SLICEBY4 is not set
|
||||
CONFIG_CRC32_SLICEBY8=y
|
||||
# CONFIG_CRC32_SLICEBY8 is not set
|
||||
# CONFIG_CRC7 is not set
|
||||
# CONFIG_CRC8 is not set
|
||||
# CONFIG_CRC_CCITT is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user