Add NSLOOKUP and NTP commands to netboot.xyz

This commit is contained in:
Antony Messerli 2017-01-27 15:28:30 -06:00
parent bddf268ed4
commit 1439f9421e

View File

@ -5,3 +5,5 @@
#define NET_PROTO_IPV6 /* IPv6 protocol */
#define REBOOT_CMD /* Reboot command */
#define VLAN_CMD /* VLAN commands */
#define NSLOOKUP_CMD /* DNS resolving command */
#define NTP_CMD /* NTP commands */