kernel 3.6+: switch to a crc32 implementation that is more suitable for small caches...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 2 Dec 2012 18:37:41 +0000 (18:37 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 2 Dec 2012 18:37:41 +0000 (18:37 +0000)
SVN-Revision: 34461

target/linux/generic/config-3.6
target/linux/generic/config-3.7

index 7af4f6ee7074b503a483a2a155f2863004626f40..aee940f33a913ac627d977066d2a99a889e5c4fd 100644 (file)
@@ -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
index 86686aa033a26e045fea8e72bdd720011c513d64..3146b92ec794f55d6934f90404580b7211b0342d 100644 (file)
@@ -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