From: Carlos Santos Date: Sat, 10 Aug 2019 23:16:43 +0000 (-0300) Subject: package/dhcp: inform about omshell in the help message X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79ba55df5aa255aa40162b1c6e31593e25e9e2bb;p=buildroot.git package/dhcp: inform about omshell in the help message 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 Signed-off-by: Thomas Petazzoni --- 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