Changeset 2d5b13d in freewrt for package/axtls/Config.in
- Timestamp:
- Feb 10, 2007, 12:29:54 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 876c94f
- Parents:
- 704e124
- File:
-
- 1 edited
-
package/axtls/Config.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/axtls/Config.in
r704e124 r2d5b13d 1 2 1 config FWRT_COMPILE_AXTLS 3 2 tristate 4 3 default n 5 depends FWRT_PACKAGE_LIBAXTLS 4 depends FWRT_PACKAGE_LIBAXTLS || FWRT_PACKAGE_AXHTTPD 6 5 7 config FWRT_PACKAGE_ LIBAXTLS8 prompt "libaxtls.......................... Embedded client/server TLSv1 SSL library"6 config FWRT_PACKAGE_AXHTTPD 7 prompt "axhttpd........................... small embedded webserver" 9 8 tristate 10 9 default n 11 10 select FWRT_COMPILE_AXTLS 11 select FWRT_PACKAGE_LIBAXTLS 12 12 help 13 Embedded client/server TLSv1 SSL library14 13 axhttpd is a small embedded web server using the axTLS library. 14 15 15 http://www.axtls.co.nr/ 16 16 17 config FWRT_PACKAGE_AWHTTPD18 prompt " awhttpd....................... Anti-Web webserver"19 tristate20 default n21 depends FWRT_PACKAGE_LIBAXTLS22 help23 Anti-Web is a light-weight, single-process, non-threaded webserver24 that emphasizes simplicity, efficiency, and security.25 26 http://www.axtls.co.nr/27
Note:
See TracChangeset
for help on using the changeset viewer.
