You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
332 B
23 lines
332 B
include ../Config.mak
|
|
|
|
#
|
|
# Define witch SSL library to use
|
|
# OPENSSL or GNUTLS
|
|
#
|
|
SSL_LIBRARY=GNUTLS
|
|
|
|
CFLAGS += -I/usr/include/libnl3
|
|
CFLAGS += -I../contrib/uci
|
|
LDFLAGS += -L../contrib/uci/build
|
|
LDFLAGS += -L../contrib/libubox/build
|
|
|
|
|
|
|
|
CONF_LIBRARY=UCI
|
|
USE_CONTRIB_UCI=0
|
|
|
|
ifeq ($(USE_CONTRIB_UCI),1)
|
|
CFLAGS+=-I../contrib/uci
|
|
endif
|
|
|
|
|
|
|