From 4668541b353157b0b090ecec9df87e64c44cf9a4 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 26 Jun 2006 22:31:55 +0000
Subject: [PATCH] enable CRC32 in brcm-2.4 kernel config - no idea why it even
 worked without

SVN-Revision: 4087
---
 openwrt/target/linux/brcm-2.4/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/target/linux/brcm-2.4/config b/openwrt/target/linux/brcm-2.4/config
index 7185e9f399..7b0020722b 100644
--- a/openwrt/target/linux/brcm-2.4/config
+++ b/openwrt/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
-- 
GitLab