diff --git a/doc/wr-starting-kit.md b/doc/wr-starting-kit.md index 38cff91606e7098b01325fb3a5d7abeec6a9ae9a..9fc39356983f78e0e0064f16399d09d92f23c168 100644 --- a/doc/wr-starting-kit.md +++ b/doc/wr-starting-kit.md @@ -174,7 +174,7 @@ A detailed changelog can be found on the wiki page of each submodules: * [wr-nic-v2.0](http://www.ohwr.org/projects/wr-nic/wiki/Release_v2) * [spec-sw-v2014-02](http://www.ohwr.org/projects/spec-sw/wiki#version-2014-02) * [fmc-bus-v2014-02](http://www.ohwr.org/news/352) -* [wrpc-v2.1](http://www.ohwr.org/projects/wr-cores/wiki/Wrpc_release-v21): +* [wrpc-v2.1](http://www.ohwr.org/projects/wr-cores/wiki/Wrpc_release-v21) * [ppsi-v2013.11](http://www.ohwr.org/news/345) @@ -1599,7 +1599,7 @@ interface=eth1 dhcp-range=10.10.10.1,10.10.1.15,12h ## BootP setup dhcp-boot=pxe.0,tfpservname,10.10.10.1 -## Set a specific IP for a MAC address +## Set a specific IP for a MAC address (optional) dhcp-host=08:00:30:0d:f8:23,targetsysname,10.10.10.10 ~~~~~~~~~~~~ @@ -1614,7 +1614,7 @@ Then you should just write in the terminal: wrc# ip set 10.10.10.10 ~~~~~~~~~~~~ -If you want this IP to be kept after a power cycle you must write it in the +If you want this IP to be kept after a power cycle you must add this command in the init EEPROM script as explained [previously](#eeprom-boot-script).