net: remove unmaintained 6LoCAN implementation
Remove the unmaintained, experimental 6LoCAN (IPv6 over CAN bus) implementation. Fixes: #42559 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
2331b76b9b
commit
e9c9caa80d
26 changed files with 3 additions and 2847 deletions
|
@ -578,9 +578,6 @@ struct net_if *net_if_get_default(void)
|
|||
#if defined(CONFIG_NET_DEFAULT_IF_CANBUS_RAW)
|
||||
iface = net_if_get_first_by_type(&NET_L2_GET_NAME(CANBUS_RAW));
|
||||
#endif
|
||||
#if defined(CONFIG_NET_DEFAULT_IF_CANBUS)
|
||||
iface = net_if_get_first_by_type(&NET_L2_GET_NAME(CANBUS));
|
||||
#endif
|
||||
#if defined(CONFIG_NET_DEFAULT_IF_PPP)
|
||||
iface = net_if_get_first_by_type(&NET_L2_GET_NAME(PPP));
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue