2014-08-19 19:30:32 +02:00
|
|
|
|
2015-02-01 16:50:36 +01:00
|
|
|
#Define SSL Library: OPENSSL or GNUTLS (GNUTLS not supported for now)
|
2014-08-21 13:00:32 +02:00
|
|
|
SSL_LIBRARY=OPENSSL
|
|
|
|
|
|
|
|
# use openssl library in ../contrib/
|
2014-08-19 19:30:32 +02:00
|
|
|
USE_CONTRIB_OPENSSL=1
|
|
|
|
|
|
|
|
|
2014-08-21 13:00:32 +02:00
|
|
|
CONF_LIBRARY=UCI
|
2014-09-14 22:46:14 +02:00
|
|
|
USE_CONTRIB_UCI=0
|
|
|
|
|
2014-11-02 07:34:17 +01:00
|
|
|
CC=clang
|
2014-09-14 22:46:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
#CC=mips-openwrt-linux-uclibc-gcc
|
|
|
|
#LD=mips-openwrt-linux-uclibc-ld
|
|
|
|
#AR=mips-openwrt-linux-uclibc-ar
|
|
|
|
|
2014-08-21 13:00:32 +02:00
|
|
|
|