5ec5e6bbef
Fixes: http://autobuild.buildroot.net/results/570/57053f429f59cc7c064bb37a1d6d5a635324cd41/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
config BR2_PACKAGE_PICOCOM
|
|
bool "picocom"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
picocom is a minimal dumb-terminal emulation program. It
|
|
is, in principle, very much like minicom, only it's pico
|
|
instead of mini!
|
|
|
|
http://code.google.com/p/picocom/
|