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 | 3d9256d633b216fece88eb83157e0c5fb343469f (patch) | |
tree | b17eff0ecf0b3b26179e43ab6f3bee0ee8d32bf7 /target/linux/brcm63xx-2.6/config | |
parent | f761ee36c8938a7302486431cae21514a36ab263 (diff) | |
download | upstream-3d9256d633b216fece88eb83157e0c5fb343469f.tar.gz upstream-3d9256d633b216fece88eb83157e0c5fb343469f.tar.bz2 upstream-3d9256d633b216fece88eb83157e0c5fb343469f.zip |
Move crc-ccitt from built-in to module
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4472 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx-2.6/config')
-rw-r--r-- | target/linux/brcm63xx-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx-2.6/config b/target/linux/brcm63xx-2.6/config index d38c03003f..c5f8d58bf9 100644 --- a/target/linux/brcm63xx-2.6/config +++ b/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 |