Changeset 418e6805 in freewrt for package/mini_httpd
- Timestamp:
- Nov 10, 2006, 1:28:11 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- e8fef11
- Parents:
- d1833aa
- File:
-
- 1 edited
-
package/mini_httpd/Config.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/mini_httpd/Config.in
rd1833aa r418e6805 9 9 prompt "mini-httpd........................ A small web server" 10 10 tristate 11 default m if CONFIG_DEVEL11 default n 12 12 select FWRT_COMPILE_MINI_HTTPD 13 13 help … … 35 35 prompt "mini-httpd-htpasswd............... Utility to generate HTTP access files" 36 36 tristate 37 default m if CONFIG_DEVEL37 default n 38 38 select FWRT_PACKAGE_MINI_HTTPD 39 39 help … … 43 43 prompt "mini-httpd-matrixssl.............. A small web server, built with SSL support using MatrixSSL" 44 44 tristate 45 default m if CONFIG_DEVEL45 default n 46 46 select FWRT_COMPILE_MINI_HTTPD 47 47 select FWRT_PACKAGE_LIBMATRIXSSL … … 70 70 prompt "mini-httpd-openssl................ A small web server, built with SSL support using OpenSSL" 71 71 tristate 72 default m if CONFIG_DEVEL72 default n 73 73 select FWRT_COMPILE_MINI_HTTPD 74 74 select FWRT_PACKAGE_LIBOPENSSL
Note:
See TracChangeset
for help on using the changeset viewer.
