Makefile.dep: add auto_init_lwip MODULE
This commit is contained in:
parent
802216ce53
commit
afc43bf314
@ -1,3 +1,5 @@
|
|||||||
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
# lwIP's memory management doesn't seem to work on non 32-bit platforms at the
|
||||||
# moment.
|
# moment.
|
||||||
FEATURES_REQUIRED += arch_32bit
|
FEATURES_REQUIRED += arch_32bit
|
||||||
|
|
||||||
|
DEFAULT_MODULE += auto_init_lwip
|
||||||
|
|||||||
@ -154,7 +154,7 @@ void auto_init(void)
|
|||||||
DEBUG("Auto init TCP module\n");
|
DEBUG("Auto init TCP module\n");
|
||||||
gnrc_tcp_init();
|
gnrc_tcp_init();
|
||||||
#endif
|
#endif
|
||||||
#ifdef MODULE_LWIP
|
#ifdef MODULE_AUTO_INIT_LWIP
|
||||||
DEBUG("Bootstraping lwIP.\n");
|
DEBUG("Bootstraping lwIP.\n");
|
||||||
lwip_bootstrap();
|
lwip_bootstrap();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user