diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-14 13:23:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-14 13:23:40 +0000 |
commit | 150f2e49687c8798720af18ef3d7d3c04a959a45 (patch) | |
tree | c9fb274f326e22f05c8d841182c94d50991dd067 /package/libcli/Config.in | |
parent | 25f514a1f78e7445330e7be3ef5963b0f66637c6 (diff) | |
download | upstream-150f2e49687c8798720af18ef3d7d3c04a959a45.tar.gz upstream-150f2e49687c8798720af18ef3d7d3c04a959a45.tar.bz2 upstream-150f2e49687c8798720af18ef3d7d3c04a959a45.zip |
Added libcli, l2tpns, fixed typo and mising URL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2669 3c298f89-4303-0410-b956-a3cf2f4a3e73
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..2fd0078190 --- /dev/null +++ b/package/libcli/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_LIBCLI + prompt "l2tpns............................ A Cisco-like command line interface + tristate + default m if CONFIG_DEVEL + help + 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://libcli.sourceforge.net/ |