root/trunk/freewrt/package/axtls/Config.in

Revision 2015, 387 bytes (checked in by wbx, 2 years ago)

sync axtls with 1.0

Line 
1 config FWRT_COMPILE_AXTLS
2         tristate
3         default n
4         depends FWRT_PACKAGE_LIBAXTLS || FWRT_PACKAGE_AXHTTPD
5
6 config FWRT_PACKAGE_AXHTTPD
7         prompt   "axhttpd........................... small embedded webserver"
8         tristate
9         default n
10         select FWRT_COMPILE_AXTLS
11         select FWRT_PACKAGE_LIBAXTLS
12         help
13           axhttpd is a small embedded web server using the axTLS library.
14
15           http://www.axtls.co.nr/
16          
17
Note: See TracBrowser for help on using the browser.