diff options
| author | Piotr Jaroszyński | 2010-05-26 19:04:47 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-08-19 13:38:34 +0200 |
| commit | aacd1d62fb042b1473ac7199ff7b3928bc7cf07c (patch) | |
| tree | 08b9db4e623f97e9d5ced597c3f859be8da12051 /src/config | |
| parent | [linux] Add nap (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/config/defaults/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h index 8a587ba40..a678aa4f1 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 |
