[Buildroot] [PATCH] package/dhcp: iform about omshell in the help message

unixmania at gmail.com unixmania at gmail.com
Sat Aug 10 23:16:43 UTC 2019


From: Carlos Santos <unixmania at gmail.com>

Document that along with the server we install omshell, an interactive
tool to connect to, query, and possibly change, the server's state via
the Object Management API (OMAPI).

Signed-off-by: Carlos Santos <unixmania at gmail.com>
---
 package/dhcp/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in
index e626d78a4c..e6e70908dd 100644
--- a/package/dhcp/Config.in
+++ b/package/dhcp/Config.in
@@ -17,6 +17,10 @@ config BR2_PACKAGE_DHCP_SERVER
 	help
 	  DHCP server from the ISC DHCP distribution.
 
+	  This also installs omshell, an interactive tool to connect to,
+	  query, and possibly change, the server's state via the Object
+	  Management API (OMAPI).
+
 config BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK
 	bool "Enable delayed ACK feature"
 	depends on BR2_PACKAGE_DHCP_SERVER
-- 
2.18.1



More information about the buildroot mailing list