projects
/
web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39c25e8
)
UCI Defaults: fix minor typo.
author
Stijn Segers
<francesco.borromini@gmail.com>
Sat, 4 Jun 2016 10:09:06 +0000
(12:09 +0200)
committer
John Crispin
<john@phrozen.org>
Sun, 5 Jun 2016 21:25:42 +0000
(23:25 +0200)
Signed-off-by: Stijn Segers <francesco.borromini@gmail.com>
docs/uci_defaults.txt
patch
|
blob
|
history
diff --git
a/docs/uci_defaults.txt
b/docs/uci_defaults.txt
index 268402594cffd8cb4321672ed886eaf624d3b344..1b22aba8d9cb6346253eb8c281a42eb843a58342 100644
(file)
--- a/
docs/uci_defaults.txt
+++ b/
docs/uci_defaults.txt
@@
-23,7
+23,7
@@
$ cat zzzz_customisations
uci -q batch <<-EOT
add dhcp host
- set d
ch
p.@host[0].name='bellerophon'
+ set d
hc
p.@host[0].name='bellerophon'
set network.@host[0].ip='192.168.2.100'
set network.@host[0].mac='a1:b2:c3:d4:e5:f6'
EOT