build c++ sources without rtti
[openwrt.git] / package / rrs / Config.in
1 config BR2_COMPILE_RRS
2         bool
3         default n
4         depends BR2_PACKAGE_RRS || BR2_PACKAGE_RRS_NOSSL
5
6 config BR2_PACKAGE_RRS
7         tristate "rrs - A reverse (connecting) remote shell, with SSL support"
8         default m if CONFIG_DEVEL
9         select BR2_COMPILE_RRS
10         select BR2_PACKAGE_UCLIBCXX
11         select BR2_PACKAGE_LIBOPENSSL
12         help
13           A reverse (connecting) remote shell, built with SSL support.
14           
15           http://www.cycom.se/dl/rrs/
16           
17
18 config BR2_PACKAGE_RRS_NOSSL
19         tristate "rrs-nossl - A reverse (connecting) remote shell, without SSL support"
20         default m if CONFIG_DEVEL
21         select BR2_COMPILE_RRS
22         select BR2_PACKAGE_UCLIBCXX
23         help
24           A reverse (connecting) remote shell, built without SSL support.
25           
26           http://www.cycom.se/dl/rrs/
27           
28