Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
64d18bfe
Commit
64d18bfe
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
NET: Fix some some more ARP/Ethernet releated configuration
parent
0d7c378e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/nuttx/net/netconfig.h
+2
-2
2 additions, 2 deletions
include/nuttx/net/netconfig.h
net/arp/Kconfig
+2
-2
2 additions, 2 deletions
net/arp/Kconfig
with
4 additions
and
4 deletions
include/nuttx/net/netconfig.h
+
2
−
2
View file @
64d18bfe
...
...
@@ -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 ******************************************/
...
...
This diff is collapsed.
Click to expand it.
net/arp/Kconfig
+
2
−
2
View file @
64d18bfe
...
...
@@ -7,8 +7,8 @@ menu "ARP Configuration"
config NET_ARP
bool
default y
if !NET_SLIP
de
fault n if NET_SLIP
default y
de
pends on NET_ETHERNET
---help---
This setting is currently overridden by logic in include/nuttx/net
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment