[sanboot] Quick and dirty hack to make SAN boot protocols selectable

This commit is contained in:
Michael Brown
2008-10-13 10:05:23 +01:00
parent d4e152e766
commit 54c024e0af
9 changed files with 64 additions and 22 deletions

View File

@@ -22,4 +22,7 @@
#define IMAGE_BZIMAGE /* Linux bzImage image support */
#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */
#define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
#define SANBOOT_PROTO_AOE /* AoE protocol */
#endif /* CONFIG_DEFAULTS_PCBIOS_H */