Skip to content
Snippets Groups Projects
Commit 64d18bfe authored by Gregory Nutt's avatar Gregory Nutt
Browse files

NET: Fix some some more ARP/Ethernet releated configuration

parent 0d7c378e
No related branches found
No related tags found
No related merge requests found
......@@ -89,11 +89,11 @@
# ifdef CONFIG_NET_IPv6
# error "SLIP is not implemented for IPv6"
# endif
# define NET_LL_HDRLEN 0
# define NET_LL_HDRLEN 0
#else
# define CONFIG_NET_ETHERNET 1
# define CONFIG_NET_ARP 1
# define NET_LL_HDRLEN 14
# define NET_LL_HDRLEN 14
#endif
/* Layer 3/4 Configuration Options ******************************************/
......
......@@ -7,8 +7,8 @@ menu "ARP Configuration"
config NET_ARP
bool
default y if !NET_SLIP
default n if NET_SLIP
default y
depends on NET_ETHERNET
---help---
This setting is currently overridden by logic in include/nuttx/net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment