let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / picocom / Config.in
1 config BR2_PACKAGE_PICOCOM
2 prompt "picocom........................... minimal dumb-terminal emulation program"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 As its name suggests, picocom is a minimal dumb-terminal emulation
7 program. It is, in principle, very much like minicom, only it's pico
8 instead of mini! It was designed to serve as a simple, manual, modem
9 configuration, testing, and debugging tool. It has also served (quite
10 well) as a low-tech "terminal-window" to allow operator intervention
11 in PPP connection scripts. It could also prove useful in many other
12 similar tasks.
13
14 http://efault.net/npat/hacks/picocom/
15