mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 11:23:07 +08:00
apps/netutils/netlib: Various fixes needed to get a clean netlib build with Bluetooth only.
This commit is contained in:
@@ -189,6 +189,9 @@
|
||||
#elif defined(CONFIG_NET_6LOWPAN) || defined(CONFIG_NET_IEEE802154)
|
||||
# define NET_DEVNAME "wpan0"
|
||||
# define NSH_HAVE_NETDEV
|
||||
#elif defined(CONFIG_NET_BLUETOOTH)
|
||||
# define NET_DEVNAME "bnep0"
|
||||
# define NSH_HAVE_NETDEV
|
||||
#elif defined(CONFIG_NET_SLIP)
|
||||
# define NET_DEVNAME "sl0"
|
||||
# ifndef CONFIG_NSH_NOMAC
|
||||
|
Reference in New Issue
Block a user