mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Remove NETDEV_LOOPBACK option, NET_LOOPBACK is enough
This commit is contained in:
@@ -209,7 +209,7 @@ void up_initialize(void)
|
||||
up_netinitialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NETDEV_LOOPBACK
|
||||
#ifdef CONFIG_NET_LOOPBACK
|
||||
/* Initialize the local loopback device */
|
||||
|
||||
localhost_initialize();
|
||||
|
||||
Reference in New Issue
Block a user