2005-11-05 04:16:36 +02:00
|
|
|
#menu "rrs............................... A reverse (connecting) remote shell"
|
|
|
|
|
2005-10-13 00:29:50 +03:00
|
|
|
config BR2_COMPILE_RRS
|
2005-11-07 20:26:35 +02:00
|
|
|
tristate
|
2005-10-13 00:29:50 +03:00
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_RRS || BR2_PACKAGE_RRS_NOSSL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_RRS
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "rrs............................... A reverse (connecting) remote shell, with SSL support"
|
|
|
|
tristate
|
2005-10-13 00:29:50 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_COMPILE_RRS
|
|
|
|
select BR2_PACKAGE_UCLIBCXX
|
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
|
|
help
|
|
|
|
A reverse (connecting) remote shell, built with SSL support.
|
|
|
|
|
|
|
|
http://www.cycom.se/dl/rrs/
|
|
|
|
|
|
|
|
config BR2_PACKAGE_RRS_NOSSL
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "rrs-nossl......................... A reverse (connecting) remote shell, without SSL support"
|
|
|
|
tristate
|
2005-10-13 00:29:50 +03:00
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_COMPILE_RRS
|
|
|
|
select BR2_PACKAGE_UCLIBCXX
|
|
|
|
help
|
|
|
|
A reverse (connecting) remote shell, built without SSL support.
|
|
|
|
|
|
|
|
http://www.cycom.se/dl/rrs/
|
|
|
|
|
2005-11-05 04:16:36 +02:00
|
|
|
#endmenu
|