From 3a05e09c5c43dd30fc8baa94e4bd10dcd2ae8f06 Mon Sep 17 00:00:00 2001 From: dzzxzz Date: Wed, 21 Dec 2011 10:07:04 +0000 Subject: [PATCH] delete the re-defined macro #define RT_LWIP_DNS git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1859 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/at91sam9260/rtconfig.h | 2 -- bsp/mini2440/rtconfig.h | 2 -- bsp/mini4020/rtconfig.h | 2 -- 3 files changed, 6 deletions(-) diff --git a/bsp/at91sam9260/rtconfig.h b/bsp/at91sam9260/rtconfig.h index f3caf7f7f2..dadcc3e6b0 100755 --- a/bsp/at91sam9260/rtconfig.h +++ b/bsp/at91sam9260/rtconfig.h @@ -163,8 +163,6 @@ /* Using DHCP */ /* #define RT_LWIP_DHCP */ -#define RT_LWIP_DNS - /* ip address of target */ #define RT_LWIP_IPADDR0 192 #define RT_LWIP_IPADDR1 168 diff --git a/bsp/mini2440/rtconfig.h b/bsp/mini2440/rtconfig.h index d658dd681e..c7fc987a05 100644 --- a/bsp/mini2440/rtconfig.h +++ b/bsp/mini2440/rtconfig.h @@ -151,8 +151,6 @@ /* Using DHCP */ /* #define RT_LWIP_DHCP */ -#define RT_LWIP_DNS - /* ip address of target */ #define RT_LWIP_IPADDR0 192 #define RT_LWIP_IPADDR1 168 diff --git a/bsp/mini4020/rtconfig.h b/bsp/mini4020/rtconfig.h index a92471f16f..b5a0d51945 100644 --- a/bsp/mini4020/rtconfig.h +++ b/bsp/mini4020/rtconfig.h @@ -133,8 +133,6 @@ /* Using DHCP */ /* #define RT_LWIP_DHCP */ -#define RT_LWIP_DNS - /* ip address of target */ #define RT_LWIP_IPADDR0 192 #define RT_LWIP_IPADDR1 168