소스 검색

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 <unixmania@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Carlos Santos 6 년 전
부모
커밋
79ba55df5a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      package/dhcp/Config.in

+ 4 - 0
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