Changeset 414
- Timestamp:
- 07/25/06 16:11:21 (2 years ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (2 diffs)
- trunk/freewrt/package/asterisk/Config.in (modified) (2 diffs)
- trunk/freewrt/package/avahi/Config.in (modified) (5 diffs)
- trunk/freewrt/package/axtls/Config.in (modified) (3 diffs)
- trunk/freewrt/package/bind/Config.in (modified) (2 diffs)
- trunk/freewrt/package/busybox/Config.in (modified) (2 diffs)
- trunk/freewrt/package/collectd/Config.in (modified) (2 diffs)
- trunk/freewrt/package/freeradius/Config.in (modified) (22 diffs)
- trunk/freewrt/package/httping/Config.in (modified) (2 diffs)
- trunk/freewrt/package/lighttpd/Config.in (modified) (16 diffs)
- trunk/freewrt/package/lua/Config.in (modified) (2 diffs)
- trunk/freewrt/package/mini_httpd/Config.in (modified) (2 diffs)
- trunk/freewrt/package/mpd/Config.in (modified) (5 diffs)
- trunk/freewrt/package/ndisc/Config.in (modified) (2 diffs)
- trunk/freewrt/package/olsrd/Config.in (modified) (8 diffs)
- trunk/freewrt/package/openser/Config.in (modified) (30 diffs)
- trunk/freewrt/package/openvpn/Config.in (modified) (8 diffs)
- trunk/freewrt/package/php4/Config.in (modified) (4 diffs)
- trunk/freewrt/package/php5/Config.in (modified) (4 diffs)
- trunk/freewrt/package/ppp/Config.in (modified) (7 diffs)
- trunk/freewrt/package/quagga/Config.in (modified) (8 diffs)
- trunk/freewrt/package/rrdcollect/Config.in (modified) (2 diffs)
- trunk/freewrt/package/snort-wireless/Config.in (modified) (2 diffs)
- trunk/freewrt/package/snort/Config.in (modified) (2 diffs)
- trunk/freewrt/package/squid/Config.in (modified) (13 diffs)
- trunk/freewrt/package/tinyproxy/Config.in (modified) (4 diffs)
- trunk/freewrt/package/ulogd/Config.in (modified) (6 diffs)
- trunk/freewrt/package/updatedd/Config.in (modified) (10 diffs)
- trunk/freewrt/package/weechat/Config.in (modified) (3 diffs)
- trunk/freewrt/target/Config.in (modified) (1 diff)
- trunk/freewrt/target/linux/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r381 r414 48 48 source "package/procmail/Config.in" 49 49 source "package/psybnc/Config.in" 50 menu "sablevm........................... A Java Virtual Machine (JVM) implementation"50 #menu "sablevm........................... A Java Virtual Machine (JVM) implementation" 51 51 source "package/sablevm/Config.in" 52 52 source "package/sablevm-classpath/Config.in" 53 53 source "package/libffi-sable/Config.in" 54 endmenu54 #endmenu 55 55 source "package/sane-backends/Config.in" 56 56 source "package/screen/Config.in" 57 57 source "package/ser2net/Config.in" 58 58 source "package/syslog-ng/Config.in" 59 menu "rrdtool........................... Round-Robin Database (RRD) libraries and tools"59 #menu "rrdtool........................... Round-Robin Database (RRD) libraries and tools" 60 60 source "package/rrdtool/Config.in" 61 61 source "package/rrdtool1/Config.in" 62 62 source "package/rrdcollect/Config.in" 63 endmenu63 #endmenu 64 64 source "package/vim/Config.in" 65 65 endmenu … … 346 346 Useful for building images with custom scripts or extra packages. 347 347 348 endmenu 349 350 menu "Runtime Configuration" 348 comment "Runtime Configuration" 351 349 352 350 config FWRT_RUNTIME_PACKAGES_URL trunk/freewrt/package/asterisk/Config.in
r373 r414 1 menu "asterisk.......................... Complete open source PBX"1 #menu "asterisk.......................... Complete open source PBX" 2 2 3 3 config FWRT_PACKAGE_ASTERISK … … 148 148 - res_musiconhold 149 149 150 endmenu150 #endmenu trunk/freewrt/package/avahi/Config.in
r360 r414 1 menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"1 #menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation" 2 2 3 3 config FWRT_COMPILE_AVAHI … … 7 7 8 8 config FWRT_PACKAGE_AVAHI_DAEMON 9 prompt "avahi-daemon.................... An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (daemon)"9 prompt "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)" 10 10 tristate 11 11 default m if CONFIG_DEVEL … … 26 26 27 27 config FWRT_PACKAGE_AVAHI_DNSCONFD 28 prompt "avahi-dnsconfd................ An Unicast DNS server from mDNS/DNS-SD configurationdaemon"28 prompt "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon" 29 29 tristate 30 30 default m if CONFIG_DEVEL … … 46 46 47 47 config FWRT_PACKAGE_LIBAVAHI 48 prompt "libavahi........................ An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library)"48 prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)" 49 49 tristate 50 50 default m if CONFIG_DEVEL … … 62 62 This package contains the mDNS/DNS-SD shared libraries, used by other programs. 63 63 64 endmenu64 #endmenu trunk/freewrt/package/axtls/Config.in
r360 r414 1 menu "axtls............................. Embedded client/server TLSv1 SSL library"1 #menu "axtls............................. Embedded client/server TLSv1 SSL library" 2 2 3 3 config FWRT_COMPILE_AXTLS … … 17 17 18 18 config FWRT_PACKAGE_AWHTTPD 19 prompt " awhttpd......................... Anti-Web webserver"19 prompt " awhttpd....................... Anti-Web webserver" 20 20 tristate 21 21 default m if CONFIG_DEVEL … … 27 27 http://www.axtls.co.nr/ 28 28 29 endmenu29 #endmenu trunk/freewrt/package/bind/Config.in
r360 r414 1 menu "bind.............................. A DNS server implementation"1 #menu "bind.............................. A DNS server implementation" 2 2 3 3 config FWRT_COMPILE_BIND … … 111 111 Depends: libopenssl 112 112 113 endmenu113 #endmenu trunk/freewrt/package/busybox/Config.in
r360 r414 1 menu "busybox........................... The Swiss Army Knife of embedded Linux"2 3 1 config FWRT_PACKAGE_BUSYBOX 4 2 prompt "busybox........................... The Swiss Army Knife of embedded Linux" … … 19 17 20 18 endmenu 21 22 endmenutrunk/freewrt/package/collectd/Config.in
r360 r414 1 menu "collectd.......................... Lightweight system statistics collection daemon"1 #menu "collectd.......................... Lightweight system statistics collection daemon" 2 2 3 3 config FWRT_PACKAGE_COLLECTD … … 41 41 default y 42 42 depends FWRT_PACKAGE_COLLECTD 43 endmenu43 #endmenu trunk/freewrt/package/freeradius/Config.in
r360 r414 1 menu "freeradius........................ A Flexible RADIUS server implementation"1 #menu "freeradius........................ A Flexible RADIUS server implementation" 2 2 3 3 config FWRT_PACKAGE_FREERADIUS … … 22 22 23 23 config FWRT_PACKAGE_FREERADIUS_DEMOCERTS 24 prompt " freeradius-democerts............ Demo certificates to test the server"24 prompt " freeradius-democerts.......... Demo certificates to test the server" 25 25 tristate 26 26 default m if CONFIG_DEVEL … … 28 28 29 29 config FWRT_PACKAGE_FREERADIUS_MOD_CHAP 30 prompt " freeradius-mod-chap............. CHAP module"30 prompt " freeradius-mod-chap........... CHAP module" 31 31 tristate 32 32 default m if CONFIG_DEVEL … … 34 34 35 35 config FWRT_PACKAGE_FREERADIUS_MOD_DETAIL 36 prompt " freeradius-mod-detail........... Detailed accounting module"36 prompt " freeradius-mod-detail......... Detailed accounting module" 37 37 tristate 38 38 default m if CONFIG_DEVEL … … 40 40 41 41 config FWRT_PACKAGE_FREERADIUS_MOD_EAP 42 prompt " freeradius-mod-eap.............. Base EAP module"42 prompt " freeradius-mod-eap............ Base EAP module" 43 43 tristate 44 44 default m if CONFIG_DEVEL … … 46 46 47 47 config FWRT_PACKAGE_FREERADIUS_MOD_EAP_GTC 48 prompt " freeradius-mod-eap-gtc........ EAP/GTC module"48 prompt " freeradius-mod-eap-gtc...... EAP/GTC module" 49 49 tristate 50 50 default m if CONFIG_DEVEL … … 52 52 53 53 config FWRT_PACKAGE_FREERADIUS_MOD_EAP_MD5 54 prompt " freeradius-mod-eap-md5........ EAP/MD5 module"54 prompt " freeradius-mod-eap-md5...... EAP/MD5 module" 55 55 tristate 56 56 default m if CONFIG_DEVEL … … 58 58 59 59 config FWRT_PACKAGE_FREERADIUS_MOD_EAP_MSCHAPV2 60 prompt " freeradius-mod-eap-mschapv2... EAP/MS-CHAPv2 module"60 prompt " freeradius-mod-eap-mschapv2. EAP/MS-CHAPv2 module" 61 61 tristate 62 62 default m if CONFIG_DEVEL … … 64 64 65 65 config FWRT_PACKAGE_FREERADIUS_MOD_EAP_PEAP 66 prompt " freeradius-mod-eap-peap....... EAP/PEAP module"66 prompt " freeradius-mod-eap-peap..... EAP/PEAP module" 67 67 tristate 68 68 default m if CONFIG_DEVEL … … 70 70 71 71 config FWRT_PACKAGE_FREERADIUS_MOD_EAP_TLS 72 prompt " freeradius-mod-eap-tls........ EAP/TLS module"72 prompt " freeradius-mod-eap-tls...... EAP/TLS module" 73 73 tristate 74 74 default m if CONFIG_DEVEL … … 76 76 77 77 config FWRT_PACKAGE_FREERADIUS_MOD_EAP_TTLS 78 prompt " freeradius-mod-eap-ttls..... EAP/TTLS module"78 prompt " freeradius-mod-eap-ttls... EAP/TTLS module" 79 79 tristate 80 80 default m if CONFIG_DEVEL … … 82 82 83 83 config FWRT_PACKAGE_FREERADIUS_MOD_FILES 84 prompt " freeradius-mod-files............ Module using local files for authorization"84 prompt " freeradius-mod-files.......... Module using local files for authorization" 85 85 tristate 86 86 default m if CONFIG_DEVEL … … 88 88 89 89 config FWRT_PACKAGE_FREERADIUS_MOD_LDAP 90 prompt " freeradius-mod-ldap............. LDAP module"90 prompt " freeradius-mod-ldap........... LDAP module" 91 91 tristate 92 92 default m if CONFIG_DEVEL … … 95 95 96 96 config FWRT_PACKAGE_FREERADIUS_MOD_MSCHAP 97 prompt " freeradius-mod-mschap........... MS-CHAP and MS-CHAPv2 module"97 prompt " freeradius-mod-mschap......... MS-CHAP and MS-CHAPv2 module" 98 98 tristate 99 99 default m if CONFIG_DEVEL … … 101 101 102 102 config FWRT_PACKAGE_FREERADIUS_MOD_PAP 103 prompt " freeradius-mod-pap.............. PAP module"103 prompt " freeradius-mod-pap............ PAP module" 104 104 tristate 105 105 default m if CONFIG_DEVEL … … 107 107 108 108 config FWRT_PACKAGE_FREERADIUS_MOD_PREPROCESS 109 prompt " freeradius-mod-preprocess....... Request pre-processing module"109 prompt " freeradius-mod-preprocess..... Request pre-processing module" 110 110 tristate 111 111 default m if CONFIG_DEVEL … … 113 113 114 114 config FWRT_PACKAGE_FREERADIUS_MOD_REALM 115 prompt " freeradius-mod-realm............ Realms handling module"115 prompt " freeradius-mod-realm.......... Realms handling module" 116 116 tristate 117 117 default m if CONFIG_DEVEL … … 119 119 120 120 config FWRT_PACKAGE_FREERADIUS_MOD_SQL 121 prompt " freeradius-mod-sql.............. Base SQL module"121 prompt " freeradius-mod-sql............ Base SQL module" 122 122 tristate 123 123 default m if CONFIG_DEVEL … … 125 125 126 126 config FWRT_PACKAGE_FREERADIUS_MOD_SQL_MYSQL 127 prompt " freeradius-mod-sql-mysql...... MySQL module"127 prompt " freeradius-mod-sql-mysql.... MySQL module" 128 128 tristate 129 129 default m if CONFIG_DEVEL … … 132 132 133 133 config FWRT_PACKAGE_FREERADIUS_MOD_SQL_PGSQL 134 prompt " freeradius-mod-sql-pgsql...... PostgreSQL module"134 prompt " freeradius-mod-sql-pgsql.... PostgreSQL module" 135 135 tristate 136 136 default m if CONFIG_DEVEL … … 139 139 140 140 config FWRT_PACKAGE_FREERADIUS_MOD_SQLCOUNTER 141 prompt " freeradius-mod-sqlcounter..... Generic SQL Counter module"141 prompt " freeradius-mod-sqlcounter... Generic SQL Counter module" 142 142 tristate 143 143 default m if CONFIG_DEVEL … … 145 145 146 146 config FWRT_PACKAGE_FREERADIUS_UTILS 147 prompt " freeradius-utils................ Misc. client utilities"147 prompt " freeradius-utils.............. Misc. client utilities" 148 148 tristate 149 149 default m if CONFIG_DEVEL 150 150 depends FWRT_PACKAGE_FREERADIUS 151 151 152 endmenu152 #endmenu trunk/freewrt/package/httping/Config.in
r360 r414 1 menu "httping........................... Httping is like 'ping' but for http-requests."1 #menu "httping........................... Httping is like 'ping' but for http-requests." 2 2 3 3 config FWRT_PACKAGE_HTTPING … … 14 14 15 15 config FWRT_PACKAGE_HTTPING_WITH_SSL 16 prompt " Enable SSL support"16 prompt " Enable SSL support" 17 17 bool 18 18 default y 19 19 depends FWRT_PACKAGE_HTTPING 20 20 21 endmenu21 #endmenu trunk/freewrt/package/lighttpd/Config.in
r360 r414 1 menu "lighttpd.......................... Flexible and lightweight web server"1 #menu "lighttpd.......................... Flexible and lightweight web server" 2 2 3 3 config FWRT_PACKAGE_LIGHTTPD … … 15 15 16 16 config FWRT_PACKAGE_LIGHTTPD_MOD_ACCESSLOG 17 prompt " lighttpd-mod-accesslog.......... Access logging module"17 prompt " lighttpd-mod-accesslog........ Access logging module" 18 18 tristate 19 19 default m if CONFIG_DEVEL … … 21 21 22 22 config FWRT_PACKAGE_LIGHTTPD_MOD_ALIAS 23 prompt " lighttpd-mod-alias.............. Directory alias module"23 prompt " lighttpd-mod-alias............ Directory alias module" 24 24 tristate 25 25 default m if CONFIG_DEVEL … … 27 27 28 28 config FWRT_PACKAGE_LIGHTTPD_MOD_AUTH 29 prompt " lighttpd-mod-auth............... Authentication module"29 prompt " lighttpd-mod-auth............. Authentication module" 30 30 tristate 31 31 default m if CONFIG_DEVEL … … 33 33 34 34 config FWRT_PACKAGE_LIGHTTPD_MOD_CGI 35 prompt " lighttpd-mod-cgi................ CGI module"35 prompt " lighttpd-mod-cgi.............. CGI module" 36 36 tristate 37 37 default m if CONFIG_DEVEL … … 39 39 40 40 config FWRT_PACKAGE_LIGHTTPD_MOD_EVASIVE 41 prompt " lighttpd-mod-evasive............ Evasive module"41 prompt " lighttpd-mod-evasive.......... Evasive module" 42 42 tristate 43 43 default m if CONFIG_DEVEL … … 45 45 46 46 config FWRT_PACKAGE_LIGHTTPD_MOD_EXPIRE 47 prompt " lighttpd-mod-expire............. Expire module"47 prompt " lighttpd-mod-expire........... Expire module" 48 48 tristate 49 49 default m if CONFIG_DEVEL … … 51 51 52 52 config FWRT_PACKAGE_LIGHTTPD_MOD_FASTCGI 53 prompt " lighttpd-mod-fastcgi............ FastCGI module"53 prompt " lighttpd-mod-fastcgi.......... FastCGI module" 54 54 tristate 55 55 default m if CONFIG_DEVEL … … 57 57 58 58 config FWRT_PACKAGE_LIGHTTPD_MOD_PROXY 59 prompt " lighttpd-mod-proxy.............. Proxy module"59 prompt " lighttpd-mod-proxy............ Proxy module" 60 60 tristate 61 61 default m if CONFIG_DEVEL … … 63 63 64 64 config FWRT_PACKAGE_LIGHTTPD_MOD_REDIRECT 65 prompt " lighttpd-mod-redirect........... URL redirection module"65 prompt " lighttpd-mod-redirect......... URL redirection module" 66 66 tristate 67 67 default m if CONFIG_DEVEL … … 69 69 70 70 config FWRT_PACKAGE_LIGHTTPD_MOD_REWRITE 71 prompt " lighttpd-mod-rewrite............ URL rewriting module"71 prompt " lighttpd-mod-rewrite.......... URL rewriting module" 72 72 tristate 73 73 default m if CONFIG_DEVEL … … 75 75 76 76 config FWRT_PACKAGE_LIGHTTPD_MOD_SETENV 77 prompt " lighttpd-mod-setenv............. Environment variable setting module"77 prompt " lighttpd-mod-setenv........... Environment variable setting module" 78 78 tristate 79 79 default m if CONFIG_DEVEL … … 81 81 82 82 config FWRT_PACKAGE_LIGHTTPD_MOD_SIMPLE_VHOST 83 prompt " lighttpd-mod-simple-vhost....... Simple virtual hosting module"83 prompt " lighttpd-mod-simple-vhost..... Simple virtual hosting module" 84 84 tristate 85 85 default m if CONFIG_DEVEL … … 87 87 88 88 config FWRT_PACKAGE_LIGHTTPD_MOD_SSI 89 prompt " lighttpd-mod-ssi................ SSI module"89 prompt " lighttpd-mod-ssi.............. SSI module" 90 90 tristate 91 91 default m if CONFIG_DEVEL … … 93 93 94 94 config FWRT_PACKAGE_LIGHTTPD_MOD_STATUS 95 prompt " lighttpd-mod-status............. Server status display module"95 prompt " lighttpd-mod-status........... Server status display module" 96 96 tristate 97 97 default m if CONFIG_DEVEL … … 99 99 100 100 config FWRT_PACKAGE_LIGHTTPD_MOD_USERTRACK 101 prompt " lighttpd-mod-usertrack.......... User tracking module"101 prompt " lighttpd-mod-usertrack........ User tracking module" 102 102 tristate 103 103 default m if CONFIG_DEVEL 104 104 depends FWRT_PACKAGE_LIGHTTPD 105 105 106 endmenu106 #endmenu trunk/freewrt/package/lua/Config.in
r360 r414 1 menu "lua............................... LUA programming language"1 #menu "lua............................... LUA programming language" 2 2 3 3 config FWRT_COMPILE_LUA … … 109 109 This package contains LUA language examples. 110 110 111 endmenu111 #endmenu trunk/freewrt/package/mini_httpd/Config.in
r360 r414 1 menu "mini-httpd........................ A small web server"1 #menu "mini-httpd........................ A small web server" 2 2 3 3 config FWRT_COMPILE_MINI_HTTPD … … 94 94 http://www.acme.com/software/mini_httpd/ 95 95 96 endmenu96 #endmenu trunk/freewrt/package/mpd/Config.in
r360 r414 1 menu "mpd............................... Music Player Daemon"1 #menu "mpd............................... Music Player Daemon" 2 2 3 3 config FWRT_PACKAGE_MPD … … 13 13 14 14 config FWRT_COMPILE_MPD_WITH_MP3 15 prompt " MP3 support"15 prompt " MP3 support" 16 16 bool 17 17 default y … … 23 23 24 24 config FWRT_COMPILE_MPD_WITH_OGG 25 prompt " Ogg Support"25 prompt " Ogg Support" 26 26 bool 27 27 default y … … 32 32 33 33 config FWRT_COMPILE_MPD_WITH_FLAC 34 prompt " FLAC Support"34 prompt " FLAC Support" 35 35 bool 36 36 default y … … 40 40 Enable flac support (libflac). 41 41 42 endmenu42 #endmenu trunk/freewrt/package/ndisc/Config.in
r360 r414 1 menu "ndisc6............................ IPv6 discovery tools"1 #menu "ndisc6............................ IPv6 discovery tools" 2 2 3 3 config FWRT_COMPILE_NDISC6 … … 39 39 http://people.via.ecp.fr/~rem/ndisc6/ 40 40 41 endmenu41 #endmenu trunk/freewrt/package/olsrd/Config.in
r360 r414 1 menu "olsrd............................. OLSR (Optimized Link State Routing) daemon"1 #menu "olsrd............................. OLSR (Optimized Link State Routing) daemon" 2 2 3 3 config FWRT_PACKAGE_OLSRD … … 11 11 12 12 config FWRT_PACKAGE_OLSRD_MOD_DOT_DRAW 13 prompt " olsrd-mod-dot-draw.............. Dot topology information plugin"13 prompt " olsrd-mod-dot-draw............ Dot topology information plugin" 14 14 tristate 15 15 default m if CONFIG_DEVEL … … 17 17 18 18 config FWRT_PACKAGE_OLSRD_MOD_DYN_GW 19 prompt " olsrd-mod-dyn-gw................ Dynamic internet gateway plugin"19 prompt " olsrd-mod-dyn-gw.............. Dynamic internet gateway plugin" 20 20 tristate 21 21 default m if CONFIG_DEVEL … … 23 23 24 24 config FWRT_PACKAGE_OLSRD_MOD_HTTPINFO 25 prompt " olsrd-mod-httpinfo.............. Small informative web server plugin"25 prompt " olsrd-mod-httpinfo............ Small informative web server plugin" 26 26 tristate 27 27 default m if CONFIG_DEVEL … … 29 29 30 30 config FWRT_PACKAGE_OLSRD_MOD_NAMESERVICE 31 prompt " olsrd-mod-nameservice........... Lightweight hostname resolver plugin"31 prompt " olsrd-mod-nameservice......... Lightweight hostname resolver plugin" 32 32 tristate 33 33 default m if CONFIG_DEVEL … … 35 35 36 36 config FWRT_PACKAGE_OLSRD_MOD_POWER 37 prompt " olsrd-mod-power................. Power status plugin"37 prompt " olsrd-mod-power............... Power status plugin" 38 38 tristate 39 39 default m if CONFIG_DEVEL … … 41 41 42 42 config FWRT_PACKAGE_OLSRD_MOD_SECURE 43 prompt " olsrd-mod-secure................ Message signing plugin to secure olsrd routing domain"43 prompt " olsrd-mod-secure.............. Message signing plugin to secure olsrd routing domain" 44 44 tristate 45 45 default m if CONFIG_DEVEL … … 47 47 48 48 config FWRT_PACKAGE_OLSRD_MOD_TAS 49 prompt " olsrd-mod-tas................... Tiny Application Server (TAS) plugin for olsrd"49 prompt " olsrd-mod-tas................. Tiny Application Server (TAS) plugin for olsrd" 50 50 tristate 51 51 default m if CONFIG_DEVEL 52 52 depends FWRT_PACKAGE_OLSRD 53 53 54 endmenu54 #endmenu trunk/freewrt/package/openser/Config.in
r360 r414 1 menu "openser........................... Configurable, free SIP server"1 #menu "openser........................... Configurable, free SIP server" 2 2 3 3 config FWRT_PACKAGE_OPENSER … … 10 10 11 11 config FWRT_PACKAGE_OPENSER_MOD_AUTH 12 prompt " openser-mod-auth................ Authentication support"12 prompt " openser-mod-auth.............. Authentication support" 13 13 tristate 14 14 default m if CONFIG_DEVEL … … 18 18 19 19 config FWRT_PACKAGE_OPENSER_MOD_AUTH_DB 20 prompt " openser-mod-auth-db........... Authentication with database support"20 prompt " openser-mod-auth-db......... Authentication with database support" 21 21 tristate 22 22 default m if CONFIG_DEVEL … … 26 26 27 27 config FWRT_PACKAGE_OPENSER_MOD_AUTH_RADIUS 28 prompt " openser-mod-auth-radius....... Authentication with RADIUS support"28 prompt " openser-mod-auth-radius..... Authentication with RADIUS support" 29 29 tristate 30 30 default m if CONFIG_DEVEL … … 35 35 36 36 config FWRT_PACKAGE_OPENSER_MOD_AVP_RADIUS 37 prompt " openser-mod-avp-radius.......... AVP with RADIUS support"37 prompt " openser-mod-avp-radius........ AVP with RADIUS support" 38 38 tristate 39 39 default m if CONFIG_DEVEL … … 44 44 45 45 config FWRT_PACKAGE_OPENSER_MOD_AVPOPS 46 prompt " openser-mod-avpops.............. AVP options support"46 prompt " openser-mod-avpops............ AVP options support" 47 47 tristate 48 48 default m if CONFIG_DEVEL … … 52 52 53 53 config FWRT_PACKAGE_OPENSER_MOD_DISPATCHER 54 prompt " openser-mod-dispatcher.......... dispatcher support"54 prompt " openser-mod-dispatcher........ dispatcher support" 55 55 tristate 56 56 default m if CONFIG_DEVEL … … 60 60 61 61 config FWRT_PACKAGE_OPENSER_MOD_DIVERSION 62 prompt " openser-mod-diversion........... diversion support"62 prompt " openser-mod-diversion......... diversion support" 63 63 tristate 64 64 default m if CONFIG_DEVEL … … 68 68 69 69 config FWRT_PACKAGE_OPENSER_MOD_FLATSTORE 70 prompt " openser-mod-flatstore........... flatstore support"70 prompt " openser-mod-flatstore......... flatstore support" 71 71 tristate 72 72 default m if CONFIG_DEVEL … … 76 76 77 77 config FWRT_PACKAGE_OPENSER_MOD_GFLAGS 78 prompt " openser-mod-gflags.............. gflags support"78 prompt " openser-mod-gflags............ gflags support" 79 79 tristate 80 80 default m if CONFIG_DEVEL … … 84 84 85 85 config FWRT_PACKAGE_OPENSER_MOD_GROUP 86 prompt " openser-mod-group............... group support"86 prompt " openser-mod-group............. group support" 87 87 tristate 88 88 default m if CONFIG_DEVEL … … 92 92 93 93 config FWRT_PACKAGE_OPENSER_MOD_GROUP_RADIUS 94 prompt " openser-mod-group-radius........ group with RADIUS support"94 prompt " openser-mod-group-radius...... group with RADIUS support" 95 95 tristate 96 96 default m if CONFIG_DEVEL … … 100 100 101 101 config FWRT_PACKAGE_OPENSER_MOD_LCR 102 prompt " openser-mod-lcr................. Least Cost Routing support"102 prompt " openser-mod-lcr............... Least Cost Routing support" 103 103 tristate 104 104 default m if CONFIG_DEVEL … … 109 109 110 110 config FWRT_PACKAGE_OPENSER_MOD_MEDIAPROXY 111 prompt " openser-mod-mediaproxy.......... Mediaproxy support"111 prompt " openser-mod-mediaproxy........ Mediaproxy support" 112 112 tristate 113 113 default m if CONFIG_DEVEL … … 117 117 118 118 config FWRT_PACKAGE_OPENSER_MOD_MSILO 119 prompt " openser-mod-msilo............... MSilo support"119 prompt " openser-mod-msilo............. MSilo support" 120 120 tristate 121 121 default m if CONFIG_DEVEL … … 125 125 126 126 config FWRT_PACKAGE_OPENSER_MOD_MYSQL 127 prompt " openser-mod-mysql............... MySQL support"127 prompt " openser-mod-mysql............. MySQL support" 128 128 tristate 129 129 default m if CONFIG_DEVEL … … 134 134 135 135 config FWRT_PACKAGE_OPENSER_MOD_NATHELPER 136 prompt " openser-mod-nathelper........... NAT helper support"136 prompt " openser-mod-nathelper......... NAT helper support" 137 137 tristate 138 138 default m if CONFIG_DEVEL … … 142 142 143 143 config FWRT_PACKAGE_OPENSER_MOD_OPTIONS 144 prompt " openser-mod-options............. options support"144 prompt " openser-mod-options........... options support" 145 145 tristate 146 146 default m if CONFIG_DEVEL … … 150 150 151 151 config FWRT_PACKAGE_OPENSER_MOD_PDT 152 prompt " openser-mod-pdt................. PDT support"152 prompt " openser-mod-pdt............... PDT support" 153 153 tristate 154 154 default m if CONFIG_DEVEL … … 158 158 159 159 config FWRT_PACKAGE_OPENSER_MOD_PERMISSIONS 160 prompt " openser-mod-permissions......... Permissions support"160 prompt " openser-mod-permissions....... Permissions support" 161 161 tristate 162 162 default m if CONFIG_DEVEL … … 166 166 167 167 config FWRT_PACKAGE_OPENSER_MOD_PIKE 168 prompt " openser-mod-pike................ PIKE support"168 prompt " openser-mod-pike.............. PIKE support" 169 169 tristate 170 170 default m if CONFIG_DEVEL … … 174 174 175 175 config FWRT_PACKAGE_OPENSER_MOD_SMS 176 prompt " openser-mod-sms................. SMS support"176 prompt " openser-mod-sms............... SMS support" 177 177 tristate 178 178 default m if CONFIG_DEVEL … … 182 182 183 183 config FWRT_PACKAGE_OPENSER_MOD_SPEEDDIAL 184 prompt " openser-mod-speeddial........... Speed Dial support"184 prompt " openser-mod-speeddial......... Speed Dial support" 185 185 tristate 186 186 default m if CONFIG_DEVEL … … 190 190 191 191 config FWRT_PACKAGE_OPENSER_MOD_UAC 192 prompt " openser-mod-uac................. UAC support"192 prompt " openser-mod-uac............... UAC support" 193 193 tristate 194 194 default m if CONFIG_DEVEL … … 198 198 199 199 config FWRT_PACKAGE_OPENSER_MOD_UAC_REDIRECT 200 prompt " openser-mod-uac................. UAC redirect support"200 prompt " openser-mod-uac............... UAC redirect support" 201 201 tristate 202 202 default m if CONFIG_DEVEL … … 206 206 207 207 config FWRT_PACKAGE_OPENSER_MOD_URI 208 prompt " openser-mod-uri................. URI support"208 prompt " openser-mod-uri............... URI support" 209 209 tristate 210 210 default m if CONFIG_DEVEL … … 214 214 215 215 config FWRT_PACKAGE_OPENSER_MOD_URI_DB 216 prompt " openser-mod-uri-db.............. URI database support"216 prompt " openser-mod-uri-db............ URI database support" 217 217 tristate 218 218 default m if CONFIG_DEVEL … … 222 222 223 223 config FWRT_PACKAGE_OPENSER_MOD_URI_RADIUS 224 prompt " openser-mod-uri-radius.......... URI with RADIUS support"224 prompt " openser-mod-uri-radius........ URI with RADIUS support" 225 225 tristate 226 226 default m if CONFIG_DEVEL … … 230 230 231 231 config FWRT_PACKAGE_OPENSER_MOD_XLOG 232 prompt " openser-mod-xlog................ Logging support"232 prompt " openser-mod-xlog.............. Logging support" 233 233 tristate 234 234 default m if CONFIG_DEVEL … … 237 237 Logging support 238 238 239 endmenu239 #endmenu trunk/freewrt/package/openvpn/Config.in
r360 r414 1 menu "openvpn........................... Open source VPN solution using SSL"1 #menu "openvpn........................... Open source VPN solution using SSL" 2 2 3 3 config FWRT_PACKAGE_OPENVPN … … 14 14 15 15 config FWRT_PACKAGE_OPENVPN_EASY_RSA 16 prompt " openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority"16 prompt " openvpn-easy-rsa................ simple shell scripts to manage a Certificate Authority" 17 17 tristate 18 18 default m if CONFIG_DEVEL … … 25 25 26 26 config FWRT_COMPILE_OPENVPN_WITH_SERVER 27 prompt " Enable server support"27 prompt " Enable server support" 28 28 bool 29 29 default y … … 31 31 32 32 config FWRT_COMPILE_OPENVPN_WITH_HTTP 33 prompt " Enable http proxy support"33 prompt " Enable http proxy support" 34 34 bool 35 35 default y … … 37 37 38 38 config FWRT_COMPILE_OPENVPN_WITH_OPENSSL 39 prompt " Enable openssl support"39 prompt " Enable openssl support" 40 40 bool 41 41 default y … … 44 44 45 45 config FWRT_COMPILE_OPENVPN_WITH_LZO 46 prompt " Enable transparent compression (lzo)"46 prompt " Enable transparent compression (lzo)" 47 47 bool 48 48 default y … … 51 51 52 52 config FWRT_COMPILE_OPENVPN_WITH_PASSWORD_SAVE 53 prompt " Enable password saving"53 prompt " Enable password saving" 54 54 bool 55 55 default y … … 57 57 58 58 config FWRT_COMPILE_OPENVPN_WITH_SMALL 59 prompt " Enable smaller executable size (disable OCC, usage message, and verb 4 parm list)"59 prompt " Enable smaller executable size (disable OCC, usage message, and verb 4 parm list)" 60 60 bool 61 61 default n 62 62 depends FWRT_PACKAGE_OPENVPN 63 63 64 endmenu64 #endmenu trunk/freewrt/package/php4/Config.in
r360 r414 1 menu "php4.............................. PHP4 Hypertext preprocessor"
