aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-26 22:31:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-26 22:31:55 +0000
commita8c253977abbafa2f30a1c0c6d060c2f25b5edfe (patch)
treeaa3372b98b7706388190943533c585f2d74163f2 /target
parent5ab74059b187ac72283ad401b152e9e5b77d0b57 (diff)
downloadmaster-187ad058-a8c253977abbafa2f30a1c0c6d060c2f25b5edfe.tar.gz
master-187ad058-a8c253977abbafa2f30a1c0c6d060c2f25b5edfe.tar.bz2
master-187ad058-a8c253977abbafa2f30a1c0c6d060c2f25b5edfe.zip
enable CRC32 in brcm-2.4 kernel config - no idea why it even worked without
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4087 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm-2.4/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/config b/target/linux/brcm-2.4/config
index 7185e9f399..7b0020722b 100644
--- a/target/linux/brcm-2.4/config
+++ b/target/linux/brcm-2.4/config
@@ -1379,7 +1379,7 @@ CONFIG_CRYPTO_MICHAEL_MIC=m
#
# Library routines
#
-# CONFIG_CRC32 is not set
+CONFIG_CRC32=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
# CONFIG_FW_LOADER is not set