mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Add "config" command to access config UI
This commit is contained in:
@@ -146,6 +146,9 @@ REQUIRE_OBJECT ( pxe );
|
||||
#ifdef NVO_CMD
|
||||
REQUIRE_OBJECT ( nvo_cmd );
|
||||
#endif
|
||||
#ifdef CONFIG_CMD
|
||||
REQUIRE_OBJECT ( config_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user