diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-24 13:14:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-24 13:14:22 +0000 |
commit | d6be1ff0d27ceb059493222ecad2a39660d88e30 (patch) | |
tree | c80d5407cbb1cbc76d35f3db7526c2ab3ff08880 /target/linux/ixp4xx | |
parent | 46d35a704745f39e0d3e60087875caf5f99dcd8a (diff) | |
download | upstream-d6be1ff0d27ceb059493222ecad2a39660d88e30.tar.gz upstream-d6be1ff0d27ceb059493222ecad2a39660d88e30.tar.bz2 upstream-d6be1ff0d27ceb059493222ecad2a39660d88e30.zip |
target: remove CONFIG_CRC16 override (closes: #7194)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/config-2.6.32 | 1 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-2.6.33 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/config-2.6.32 b/target/linux/ixp4xx/config-2.6.32 index 0b3325275e..997768632c 100644 --- a/target/linux/ixp4xx/config-2.6.32 +++ b/target/linux/ixp4xx/config-2.6.32 @@ -32,7 +32,6 @@ CONFIG_CPU_IXP46X=y CONFIG_CPU_PABRT_NOIFAR=y CONFIG_CPU_TLB_V4WBI=y CONFIG_CPU_XSCALE=y -CONFIG_CRC16=y # CONFIG_DEBUG_USER is not set CONFIG_DECOMPRESS_LZMA=y CONFIG_DEVPORT=y diff --git a/target/linux/ixp4xx/config-2.6.33 b/target/linux/ixp4xx/config-2.6.33 index d5efae4b34..d49bee9871 100644 --- a/target/linux/ixp4xx/config-2.6.33 +++ b/target/linux/ixp4xx/config-2.6.33 @@ -34,7 +34,6 @@ CONFIG_CPU_IXP46X=y CONFIG_CPU_PABRT_LEGACY=y CONFIG_CPU_TLB_V4WBI=y CONFIG_CPU_XSCALE=y -CONFIG_CRC16=y CONFIG_DEBUG_BUGVERBOSE=y # CONFIG_DEBUG_USER is not set CONFIG_DECOMPRESS_LZMA=y |