From d60cbe43b74d06e3a2a41f3f9565430b456b86bc Mon Sep 17 00:00:00 2001 From: Piotr Jaroszyński Date: Fri, 28 May 2010 01:09:22 +0200 Subject: [linux] Add the tap driver Add the tap driver that can be used like: $ ./ipxe.linux --net tap,if=tap0,mac=00:0c:29:c5:39:a1 The if setting is mandatory. Signed-off-by: Piotr Jaroszyński Signed-off-by: Michael Brown --- src/config/defaults/linux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config/defaults') diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h index a678aa4f1..901097fda 100644 --- a/src/config/defaults/linux.h +++ b/src/config/defaults/linux.h @@ -14,6 +14,8 @@ #define NAP_LINUX #define SMBIOS_LINUX +#define DRIVERS_LINUX + #define IMAGE_SCRIPT #endif /* CONFIG_DEFAULTS_LINUX_H */ -- cgit v1.2.3-55-g7522