diff options
| author | Steve James <ste@junkomatic.net> | 2015-01-14 14:58:44 +0000 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-01-14 20:37:37 +0100 |
| commit | e51be5039f7a85967054ee24628e4eba4ccc7446 (patch) | |
| tree | d1f2642ad4c537e53778d7dcd674e8a84ad5265a /package/libcli/Config.in | |
| parent | 5e001837c22c4e3074458791379bd9c5bf3fe04a (diff) | |
| download | buildroot-e51be5039f7a85967054ee24628e4eba4ccc7446.tar.gz buildroot-e51be5039f7a85967054ee24628e4eba4ccc7446.zip | |
libcli: new package
Libcli provides a shared library for including a Cisco-like command-
line interface into other software. It's a telnet interface which
supports command-line editing, history, authentication and callbacks
for a user-definable function tree.
[Thomas: rewrap Config.in help text.]
Signed-off-by: Steve James <ste@junkomatic.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libcli/Config.in')
| -rw-r--r-- | package/libcli/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libcli/Config.in b/package/libcli/Config.in new file mode 100644 index 0000000000..e20afb0e02 --- /dev/null +++ b/package/libcli/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBCLI + bool "libcli" + help + Libcli provides a shared library for including a Cisco-like + command- line interface into other software. It's a telnet + interface which supports command-line editing, history, + authentication and callbacks for a user-definable function + tree. + + http://sites.dparrish.com/libcli + |

