mirror of
https://github.com/ipxe/ipxe
synced 2026-05-04 03:03:43 +03:00
Switch default stack to Nikhil's TCP/IP stack
This commit is contained in:
+1
-13
@@ -557,18 +557,6 @@ extern void uip_tcp_appcall ( void );
|
|||||||
this. */
|
this. */
|
||||||
//#include "httpd.h"
|
//#include "httpd.h"
|
||||||
|
|
||||||
#warning "Remove this static IP address hack"
|
#define USE_UIP 0
|
||||||
#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
|
|
||||||
|
|
||||||
#endif /* __UIPOPT_H__ */
|
#endif /* __UIPOPT_H__ */
|
||||||
|
|||||||
Reference in New Issue
Block a user