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