freewrt_1_0
freewrt_2_0
|
Last change
on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_
tested with a standard build (only the squashfs
image since the jffs2 didn't get built)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
873 bytes
|
| 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 m if CONFIG_DEVEL
|
|---|
| 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 m if CONFIG_DEVEL
|
|---|
| 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.