From 58716b346bc40cee6005a21f77ae69c7f739c07f Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 2 Dec 2012 18:37:41 +0000 Subject: kernel 3.6+: switch to a crc32 implementation that is more suitable for small caches. reduces kernel image size by ~22 KiB on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34461 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/config-3.6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/config-3.6') diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 7af4f6ee7..aee940f33 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -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 -- cgit v1.2.3