1config BR2_PACKAGE_RTTY
2 bool "rtty"
3 depends on BR2_USE_MMU # fork()
4 select BR2_PACKAGE_LIBEV
5 select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
6 help
7 Access your device's terminal from anywhere via the web.
8
9 https://github.com/zhaojh329/rtty
10