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