Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
87
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
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
Projects
White Rabbit Switch - Software
Commits
43eb9133
Commit
43eb9133
authored
10 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
binaries/wrboot: pass macaddres in examples
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
1d22d8b2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
binaries/wrboot-dhcp
+1
-0
1 addition, 0 deletions
binaries/wrboot-dhcp
binaries/wrboot-static-ip
+1
-0
1 addition, 0 deletions
binaries/wrboot-static-ip
with
2 additions
and
0 deletions
binaries/wrboot-dhcp
+
1
−
0
View file @
43eb9133
...
...
@@ -2,6 +2,7 @@
bootargs
=
"quiet console=ttyS0,115200 panic=10 mem=64m"
bootargs
=
"
$bootargs
root=nfs ip=dhcp"
bootargs
=
"
$bootargs
wr_nic.macaddr=
$wr0_ethaddr
"
# if we didn't do it already, get our dhcp-based address in barebox
if
[
"x
$eth0
.ipaddr"
=
"x"
]
;
then
...
...
This diff is collapsed.
Click to expand it.
binaries/wrboot-static-ip
+
1
−
0
View file @
43eb9133
...
...
@@ -2,6 +2,7 @@
bootargs
=
"quiet console=ttyS0,115200 panic=10 mem=64m"
bootargs
=
"
$bootargs
root=nfs ip=192.168.16.9:192.168.16.1:255.255.255.0"
bootargs
=
"
$bootargs
wr_nic.macaddr=
$wr0_ethaddr
"
eth0.ipaddr
=
192.168.16.9
eth0.serverip
=
192.168.16.1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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