reorganize/rationalize/format package menuconfig,
[10.03/openwrt.git] / package / rrs / Config.in
1 #menu "rrs............................... A reverse (connecting) remote shell"
2
3 config BR2_COMPILE_RRS
4         bool
5         default n
6         depends BR2_PACKAGE_RRS || BR2_PACKAGE_RRS_NOSSL
7
8 config BR2_PACKAGE_RRS
9         prompt "rrs............................... A reverse (connecting) remote shell, with SSL support"
10         tristate
11         default m if CONFIG_DEVEL
12         select BR2_COMPILE_RRS
13         select BR2_PACKAGE_UCLIBCXX
14         select BR2_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 BR2_PACKAGE_RRS_NOSSL
21         prompt "rrs-nossl......................... A reverse (connecting) remote shell, without SSL support"
22         tristate
23         default m if CONFIG_DEVEL
24         select BR2_COMPILE_RRS
25         select BR2_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