Minor fixes to apps/netutils/Kconfig and nuttx/libc/net/lib_inetntoa.c from Max Neklyudov

This commit is contained in:
Gregory Nutt 2015-05-19 12:07:07 -06:00
parent 068dfbdc30
commit b641bee873

1
netutils/pppd/Kconfig Normal file → Executable file

@ -7,6 +7,7 @@ config NETUTILS_PPPD
bool "PPP daemon"
default n
select NET_TUN
depends on NET && NET_UDP
---help---
Enable support for the PPP daemon.