summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2006-07-20 04:53:15 +0200
committerMichael Brown2006-07-20 04:53:15 +0200
commit16d04386b6f9e7aa9c956fe6af82837a1a91ea9c (patch)
treed48ba0f24d0f25ede46a0cc4c894c2975789eb9f /src
parentRemove the static IP address hack from netdevice.c, and change the (diff)
downloadipxe-16d04386b6f9e7aa9c956fe6af82837a1a91ea9c.tar.gz
ipxe-16d04386b6f9e7aa9c956fe6af82837a1a91ea9c.tar.xz
ipxe-16d04386b6f9e7aa9c956fe6af82837a1a91ea9c.zip
Switch default stack to Nikhil's TCP/IP stack
Diffstat (limited to 'src')
-rw-r--r--src/net/uip/uipopt.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/net/uip/uipopt.h b/src/net/uip/uipopt.h
index fc1207182..be198edb4 100644
--- a/src/net/uip/uipopt.h
+++ b/src/net/uip/uipopt.h
@@ -557,18 +557,6 @@ extern void uip_tcp_appcall ( void );
this. */
//#include "httpd.h"
-#warning "Remove this static IP address hack"
-#undef UIP_FIXEDADDR
-#undef UIP_IPADDR0
-#undef UIP_IPADDR1
-#undef UIP_IPADDR2
-#undef UIP_IPADDR3
-#define UIP_FIXEDADDR 1
-#define UIP_IPADDR0 10
-#define UIP_IPADDR1 254
-#define UIP_IPADDR2 254
-#define UIP_IPADDR3 1
-
-#define USE_UIP 1
+#define USE_UIP 0
#endif /* __UIPOPT_H__ */