summaryrefslogtreecommitdiffstats
path: root/src/config/defaults
diff options
context:
space:
mode:
authorMichael Brown2012-05-04 18:53:23 +0200
committerMichael Brown2012-05-04 18:54:31 +0200
commit6ed905aba298136dee5911a33e9692c7bf23335b (patch)
tree24bd13abb68a25388ae15d051afca5e63c9117cf /src/config/defaults
parent[malloc] Allow Valgrind to be used when all assertions are enabled (diff)
downloadipxe-6ed905aba298136dee5911a33e9692c7bf23335b.tar.gz
ipxe-6ed905aba298136dee5911a33e9692c7bf23335b.tar.xz
ipxe-6ed905aba298136dee5911a33e9692c7bf23335b.zip
[time] Add Linux time source using gettimeofday()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r--src/config/defaults/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h
index 58c73c38..50897560 100644
--- a/src/config/defaults/linux.h
+++ b/src/config/defaults/linux.h
@@ -15,7 +15,7 @@
#define SMBIOS_LINUX
#define SANBOOT_NULL
#define ENTROPY_LINUX
-#define TIME_NULL
+#define TIME_LINUX
#define DRIVERS_LINUX