diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-26 22:31:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-26 22:31:55 +0000 |
commit | 4668541b353157b0b090ecec9df87e64c44cf9a4 (patch) | |
tree | 6acefd78329357b780cd9f61d320c17871c9e791 /openwrt/target/linux | |
parent | 49fda362151ccc8045607557381f8d1293c0dcb0 (diff) | |
download | mtk-20170518-4668541b353157b0b090ecec9df87e64c44cf9a4.zip mtk-20170518-4668541b353157b0b090ecec9df87e64c44cf9a4.tar.gz mtk-20170518-4668541b353157b0b090ecec9df87e64c44cf9a4.tar.bz2 |
enable CRC32 in brcm-2.4 kernel config - no idea why it even worked without
SVN-Revision: 4087
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/brcm-2.4/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/brcm-2.4/config b/openwrt/target/linux/brcm-2.4/config index 7185e9f..7b00207 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 |