let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / axtls / Config.in
1 menu "axtls............................. Embedded client/server TLSv1 SSL library"
2
3 config BR2_COMPILE_AXTLS
4 tristate
5 default n
6 depends BR2_PACKAGE_LIBAXTLS
7
8 config BR2_PACKAGE_LIBAXTLS
9 prompt "libaxtls.......................... Embedded client/server TLSv1 SSL library"
10 tristate
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_AXTLS
13 help
14 Embedded client/server TLSv1 SSL library
15
16 http://www.axtls.co.nr/
17
18 config BR2_PACKAGE_AWHTTPD
19 prompt "awhttpd......................... Anti-Web webserver"
20 tristate
21 default m if CONFIG_DEVEL
22 depends BR2_PACKAGE_LIBAXTLS
23 help
24 Anti-Web is a light-weight, single-process, non-threaded webserver
25 that emphasizes simplicity, efficiency, and security.
26
27 http://www.axtls.co.nr/
28
29 endmenu