diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-08-05 19:38:21 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-08-05 19:38:21 +0000 |
| commit | 2c66496f62e3819bdbd02551709857150989e323 (patch) | |
| tree | 4f5043225c8cb0a4cacf630919ed75482e50903a /openwrt/target/linux | |
| parent | bd7a40ba7d79cfb5c68c2aaf981a31202d4698bb (diff) | |
| download | mtk-20170518-2c66496f62e3819bdbd02551709857150989e323.zip mtk-20170518-2c66496f62e3819bdbd02551709857150989e323.tar.gz mtk-20170518-2c66496f62e3819bdbd02551709857150989e323.tar.bz2 | |
Move crc-ccitt from built-in to module
SVN-Revision: 4472
Diffstat (limited to 'openwrt/target/linux')
| -rw-r--r-- | openwrt/target/linux/brcm63xx-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/brcm63xx-2.6/config b/openwrt/target/linux/brcm63xx-2.6/config index d38c030..c5f8d58 100644 --- a/openwrt/target/linux/brcm63xx-2.6/config +++ b/openwrt/target/linux/brcm63xx-2.6/config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.17 -# Mon Jul 31 18:51:11 2006 +# Sat Aug 5 21:00:37 2006 # CONFIG_MIPS=y @@ -1303,7 +1303,7 @@ CONFIG_CRYPTO_DEFLATE=y # # Library routines # -CONFIG_CRC_CCITT=y +CONFIG_CRC_CCITT=m # CONFIG_CRC16 is not set CONFIG_CRC32=y # CONFIG_LIBCRC32C is not set |
