Minor corrections during integration of link status monitor

This commit is contained in:
Gregory Nutt
2014-08-17 11:26:02 -06:00
parent 4766acc544
commit c18504f820
3 changed files with 4 additions and 3 deletions

View File

@@ -133,7 +133,8 @@
#endif
#if !defined(CONFIG_NSH_NETINIT_THREAD) || !defined(CONFIG_ARCH_PHY_INTERRUPT) || \
!defined(CONFIG_NET_UDP) || defined(CONFIG_DISABLE_SIGNALS)
!defined(CONFIG_NETDEV_PHY_IOCTL) || !defined(CONFIG_NET_UDP) || \
defined(CONFIG_DISABLE_SIGNALS)
# undef CONFIG_NSH_NETINIT_MONITOR
#endif