summaryrefslogtreecommitdiffstats
path: root/src/config/defaults
diff options
context:
space:
mode:
authorPiotr Jaroszyński2010-05-26 19:04:47 +0200
committerMichael Brown2010-08-19 13:38:34 +0200
commitaacd1d62fb042b1473ac7199ff7b3928bc7cf07c (patch)
tree08b9db4e623f97e9d5ced597c3f859be8da12051 /src/config/defaults
parent[linux] Add nap (diff)
downloadipxe-aacd1d62fb042b1473ac7199ff7b3928bc7cf07c.tar.gz
ipxe-aacd1d62fb042b1473ac7199ff7b3928bc7cf07c.tar.xz
ipxe-aacd1d62fb042b1473ac7199ff7b3928bc7cf07c.zip
[linux] Add empty smbios
There exists an smbios userspace library so implementing this is probably possible, but doesn't seem really important to have in userspace. Hence provide a dummy implementation returning an error. Signed-off-by: Piotr Jaroszyński <p.jaroszynski@gmail.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r--src/config/defaults/linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h
index 8a587ba4..a678aa4f 100644
--- a/src/config/defaults/linux.h
+++ b/src/config/defaults/linux.h
@@ -12,6 +12,7 @@
#define UACCESS_LINUX
#define UMALLOC_LINUX
#define NAP_LINUX
+#define SMBIOS_LINUX
#define IMAGE_SCRIPT