source: freewrt/package/rrs/Config.in@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 841 bytes
Line 
1#menu "rrs............................... A reverse (connecting) remote shell"
2
3config FWRT_COMPILE_RRS
4 tristate
5 default n
6 depends FWRT_PACKAGE_RRS || FWRT_PACKAGE_RRS_NOSSL
7
8config 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
20config 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.