freewrt_1_0
freewrt_2_0
| Line | |
|---|
| 1 | #menu "rrs............................... A reverse (connecting) remote shell"
|
|---|
| 2 |
|
|---|
| 3 | config FWRT_COMPILE_RRS
|
|---|
| 4 | tristate
|
|---|
| 5 | default n
|
|---|
| 6 | depends FWRT_PACKAGE_RRS || FWRT_PACKAGE_RRS_NOSSL
|
|---|
| 7 |
|
|---|
| 8 | config FWRT_PACKAGE_RRS
|
|---|
| 9 | prompt "rrs............................... A reverse (connecting) remote shell, with SSL support"
|
|---|
| 10 | tristate
|
|---|
| 11 | default n
|
|---|
| 12 | select FWRT_COMPILE_RRS
|
|---|
| 13 | select FWRT_PACKAGE_UCLIBCXX
|
|---|
| 14 | select FWRT_PACKAGE_LIBOPENSSL
|
|---|
| 15 | help
|
|---|
| 16 | A reverse (connecting) remote shell, built with SSL support.
|
|---|
| 17 |
|
|---|
| 18 | http://www.cycom.se/dl/rrs/
|
|---|
| 19 |
|
|---|
| 20 | config FWRT_PACKAGE_RRS_NOSSL
|
|---|
| 21 | prompt "rrs-nossl......................... A reverse (connecting) remote shell, without SSL support"
|
|---|
| 22 | tristate
|
|---|
| 23 | default n
|
|---|
| 24 | select FWRT_COMPILE_RRS
|
|---|
| 25 | select FWRT_PACKAGE_UCLIBCXX
|
|---|
| 26 | help
|
|---|
| 27 | A reverse (connecting) remote shell, built without SSL support.
|
|---|
| 28 |
|
|---|
| 29 | http://www.cycom.se/dl/rrs/
|
|---|
| 30 |
|
|---|
| 31 | #endmenu
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.