aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/config-3.6
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-02 18:37:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-12-02 18:37:41 +0000
commit011600d51e7d594daee116ddfb1f6311279ed160 (patch)
tree5f1585c971ce59b25014a664bda1de59ff118ea0 /target/linux/generic/config-3.6
parentab24863321c402d884e4b4d43a4faa87825b1d53 (diff)
downloadmaster-187ad058-011600d51e7d594daee116ddfb1f6311279ed160.tar.gz
master-187ad058-011600d51e7d594daee116ddfb1f6311279ed160.tar.bz2
master-187ad058-011600d51e7d594daee116ddfb1f6311279ed160.zip
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
Diffstat (limited to 'target/linux/generic/config-3.6')
-rw-r--r--target/linux/generic/config-3.64
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6
index 7af4f6ee70..aee940f33a 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