Don't activate UDP checksums on 6502 targets as the inline-assembler implementation in cpu/6502/net/uip_arch.c is broken!

This commit is contained in:
oliverschmidt 2010-01-30 20:54:15 +00:00
parent 26c9ec41f7
commit 4189884793

View File

@ -30,7 +30,7 @@
* *
* Author: Oliver Schmidt <ol.sc@web.de> * Author: Oliver Schmidt <ol.sc@web.de>
* *
* @(#)$Id: 6502def.h,v 1.18 2010/01/30 20:48:31 oliverschmidt Exp $ * @(#)$Id: 6502def.h,v 1.19 2010/01/30 20:54:15 oliverschmidt Exp $
*/ */
#ifndef __6502DEF_H__ #ifndef __6502DEF_H__
@ -100,10 +100,8 @@ typedef unsigned short uip_stats_t;
#if WITH_DNS #if WITH_DNS
#define UIP_CONF_UDP 1 #define UIP_CONF_UDP 1
#define UIP_CONF_UDP_CHECKSUMS 1
#else /* WITH_DNS */ #else /* WITH_DNS */
#define UIP_CONF_UDP 0 #define UIP_CONF_UDP 0
#define UIP_CONF_UDP_CHECKSUMS 0
#endif /* WITH_DNS */ #endif /* WITH_DNS */
#define CTK_CONF_WIDGET_FLAGS 0 #define CTK_CONF_WIDGET_FLAGS 0