mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 15:27:16 +00:00
10 lines
266 B
Plaintext
10 lines
266 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!
|
|
|
|
https://github.com/npat-efault/picocom/
|