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 | 9ae19dcf8799314a89c7eabd57304c046f50d513 (patch) | |
tree | 814c62521d6462741a1319a44dd8a224a58ad195 /target/linux/ixp4xx | |
parent | 40b73870536b0e523ab8f40bd5adcd0863191784 (diff) | |
download | upstream-9ae19dcf8799314a89c7eabd57304c046f50d513.tar.gz upstream-9ae19dcf8799314a89c7eabd57304c046f50d513.tar.bz2 upstream-9ae19dcf8799314a89c7eabd57304c046f50d513.zip |
target: remove CONFIG_CRC16 override (closes: #7194)
SVN-Revision: 21130
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 |