xref: /OK3568_Linux_fs/buildroot/package/libcli/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBCLI
2	bool "libcli"
3	help
4	  Libcli provides a shared library for including a Cisco-like
5	  command-line interface into other software. It's a telnet
6	  interface which supports command-line editing, history,
7	  authentication and callbacks for a user-definable function
8	  tree.
9
10	  https://github.com/dparrish/libcli
11