[Buildroot] [git commit] package/dhcp: inform about omshell in the help message

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Aug 11 12:21:38 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=79ba55df5aa255aa40162b1c6e31593e25e9e2bb
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.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


More information about the buildroot mailing list