let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / matrixssl / Config.in
1 config BR2_COMPILE_MATRIXSSL
2         tristate
3         depends BR2_PACKAGE_LIBMATRIXSSL
4
5 config BR2_PACKAGE_LIBMATRIXSSL
6         prompt "libmatrixssl...................... Embedded SSL implementation"
7         tristate
8         default m if CONFIG_DEVEL
9         select BR2_COMPILE_MATRIXSSL
10         select BR2_PACKAGE_LIBPTHREAD
11         help
12           An embedded SSL implementation
13           
14           http://www.matrixssl.org/
15           
16           Depends: libpthread
17