Unix domain: With these changes I can build a system with no link layer enabled, only Unix domain sockets

This commit is contained in:
Gregory Nutt
2015-01-27 15:26:03 -06:00
parent c250c97186
commit 55d94b6748
+1 -1
View File
@@ -65,7 +65,7 @@
#if defined(CONFIG_NET_SLIP)
# define NETDEV_DEFAULT_FORMAT NETDEV_SLIP_FORMAT
#else /* `if defined(CONFIG_NET_ETHERNET) */
#else /* if defined(CONFIG_NET_ETHERNET) */
# define NETDEV_DEFAULT_FORMAT NETDEV_ETH_FORMAT
#endif