let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / libcli / Config.in
1 config BR2_PACKAGE_LIBCLI
2         prompt "libcli............................ A Cisco-like command line interface"
3         tristate
4         default m if CONFIG_DEVEL
5         help
6                 Provides a shared library for including a Cisco-like 
7                 command-line interface into other software. It's a telnet 
8                 interface which supports command-line editing, history, 
9                 authentication and callbacks for a user-definable function tree
10
11                 http://libcli.sourceforge.net/