Darran Shepherd
/
Bonjour
First step: AutoIP compiled in and working
Diff: netCfg.h
- Revision:
- 1:4218cacaf696
- Parent:
- 0:55a05330f8cc
diff -r 55a05330f8cc -r 4218cacaf696 netCfg.h --- a/netCfg.h Fri Jun 18 09:11:35 2010 +0000 +++ b/netCfg.h Fri Jun 18 15:54:21 2010 +0000 @@ -1,12 +1,12 @@ #ifndef NET_CFG_H #define NET_TELIT_STACK 0 -#define NET_GPRS 1 -#define NET_PPP 1 +#define NET_GPRS 0 +#define NET_PPP 0 #define NET_ZG2100 0 #define NET_ETH 1 #define NET_USB_SERIAL 0 -#define NET_TELIT 1 -#define NET_CFG_H 1 -#define NET_USB 1 +#define NET_TELIT 0 +#define NET_CFG_H 0 +#define NET_USB 0 #define NET_LWIP_STACK 1 #endif