2015-01-14 15:58:44 +01:00
|
|
|
config BR2_PACKAGE_LIBCLI
|
|
|
|
bool "libcli"
|
|
|
|
help
|
|
|
|
Libcli provides a shared library for including a Cisco-like
|
2021-02-06 20:15:25 +01:00
|
|
|
command-line interface into other software. It's a telnet
|
2015-01-14 15:58:44 +01:00
|
|
|
interface which supports command-line editing, history,
|
|
|
|
authentication and callbacks for a user-definable function
|
|
|
|
tree.
|
|
|
|
|
2021-02-06 20:15:25 +01:00
|
|
|
https://github.com/dparrish/libcli
|