xref: /OK3568_Linux_fs/buildroot/package/rtty/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_RTTY
2	bool "rtty"
3	depends on BR2_USE_MMU # fork()
4	select BR2_PACKAGE_LIBEV
5	help
6	  Access your device's terminal from anywhere via the web.
7
8	  https://github.com/zhaojh329/rtty
9