Changeset 481c089 in freewrt for package/mini_httpd
- Timestamp:
- Feb 4, 2007, 3:39:20 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- bbfcbcf
- Parents:
- 264600b
- Location:
- package/mini_httpd
- Files:
-
- 4 edited
-
Config.in (modified) (3 diffs)
-
ipkg/mini-httpd-matrixssl.control (modified) (1 diff)
-
ipkg/mini-httpd-openssl.control (modified) (1 diff)
-
ipkg/mini-httpd.control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/mini_httpd/Config.in
r264600b r481c089 11 11 default n 12 12 select FWRT_COMPILE_MINI_HTTPD 13 select FWRT_PACKAGE_ZLIB 13 14 help 14 15 mini_httpd is a small HTTP server. Its performance is not great, but for … … 46 47 select FWRT_COMPILE_MINI_HTTPD 47 48 select FWRT_PACKAGE_LIBMATRIXSSL 49 select FWRT_PACKAGE_ZLIB 48 50 help 49 51 mini_httpd is a small HTTP server. Its performance is not great, but for … … 73 75 select FWRT_COMPILE_MINI_HTTPD 74 76 select FWRT_PACKAGE_LIBOPENSSL 77 select FWRT_PACKAGE_ZLIB 75 78 help 76 79 mini_httpd is a small HTTP server. Its performance is not great, but for -
package/mini_httpd/ipkg/mini-httpd-matrixssl.control
r264600b r481c089 3 3 Section: net 4 4 Description: A small HTTP server, built with SSL support using MatrixSSL. 5 Depends: libmatrixssl 5 Depends: libmatrixssl, zlib -
package/mini_httpd/ipkg/mini-httpd-openssl.control
r264600b r481c089 2 2 Priority: optional 3 3 Section: net 4 Depends: libopenssl, zlib 4 5 Description: A small HTTP server, built with SSL support using OpenSSL. 5 Depends: libopenssl -
package/mini_httpd/ipkg/mini-httpd.control
r264600b r481c089 2 2 Priority: optional 3 3 Section: net 4 Description: A small HTTP server, built with SSL support using MatrixSSL.5 Depends: libmatrixssl4 Description: A small HTTP server, built without SSL support 5 Depends: zlib
Note:
See TracChangeset
for help on using the changeset viewer.
