1config BR2_PACKAGE_LIBCLI 2 bool "libcli" 3 select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC 4 help 5 Libcli provides a shared library for including a Cisco-like 6 command-line interface into other software. It's a telnet 7 interface which supports command-line editing, history, 8 authentication and callbacks for a user-definable function 9 tree. 10 11 https://github.com/dparrish/libcli 12