From 958b473951db5c3f2a9c638db7b943eebba853c9 Mon Sep 17 00:00:00 2001 From: Stijn Segers Date: Sat, 4 Jun 2016 12:09:06 +0200 Subject: [PATCH] UCI Defaults: fix minor typo. Signed-off-by: Stijn Segers --- docs/uci_defaults.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/uci_defaults.txt b/docs/uci_defaults.txt index 2684025..1b22aba 100644 --- 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 dchp.@host[0].name='bellerophon' + set dhcp.@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 -- 2.30.2