mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 01:52:08 +03:00
hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise
output buffering defintions and the like)
This commit is contained in:
@@ -74,6 +74,10 @@ REQUIRE_OBJECT ( btext );
|
||||
REQUIRE_OBJECT ( pc_kbd );
|
||||
#endif
|
||||
|
||||
#ifdef CONSOLE_SYSLOG
|
||||
REQUIRE_OBJECT ( syslog );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested protocols
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user