From c41f013d87adbd138b6a968743dbb0eb92fe7a22 Mon Sep 17 00:00:00 2001 From: Carlos Santos Date: Sat, 10 Aug 2019 20:16:43 -0300 Subject: [PATCH] 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 (cherry picked from commit 79ba55df5aa255aa40162b1c6e31593e25e9e2bb) Signed-off-by: Peter Korsgaard --- 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