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
ad719797
Commit
ad719797
authored
10 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix an error in IPv6 netmask caused by a bad range in the Kconfig file
parent
a9c71630
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configs/dk-tm4c129x/ipv6/defconfig
+1
-1
1 addition, 1 deletion
configs/dk-tm4c129x/ipv6/defconfig
configs/sama5d4-ek/nsh/Make.defs
+1
-1
1 addition, 1 deletion
configs/sama5d4-ek/nsh/Make.defs
configs/sama5d4-ek/nsh/setenv.sh
+1
-1
1 addition, 1 deletion
configs/sama5d4-ek/nsh/setenv.sh
with
3 additions
and
3 deletions
configs/dk-tm4c129x/ipv6/defconfig
+
1
−
1
View file @
ad719797
...
...
@@ -1007,7 +1007,7 @@ CONFIG_NSH_DRIPv6ADDR_8=0x0001
CONFIG_NSH_IPv6NETMASK_1=0xffff
CONFIG_NSH_IPv6NETMASK_2=0xffff
CONFIG_NSH_IPv6NETMASK_3=0xffff
CONFIG_NSH_IPv6NETMASK_4=0x
0000
CONFIG_NSH_IPv6NETMASK_4=0x
ffff
CONFIG_NSH_IPv6NETMASK_5=0xffff
CONFIG_NSH_IPv6NETMASK_6=0xffff
CONFIG_NSH_IPv6NETMASK_7=0xffff
...
...
This diff is collapsed.
Click to expand it.
configs/sama5d4-ek/nsh/Make.defs
+
1
−
1
View file @
ad719797
############################################################################
# configs/sama5d4-ek/
elf
/Make.defs
# configs/sama5d4-ek/
nsh
/Make.defs
#
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
...
...
This diff is collapsed.
Click to expand it.
configs/sama5d4-ek/nsh/setenv.sh
+
1
−
1
View file @
ad719797
#!/bin/bash
# configs/sama5d4-ek/
elf
/setenv.sh
# configs/sama5d4-ek/
nsh
/setenv.sh
#
# Copyright (C) 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
...
...
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