Commit a0fc0985 authored by Franco Fichtner's avatar Franco Fichtner

make: allow passing of literal flavour, use with care

parent 1a891bc4
......@@ -25,11 +25,14 @@ CORE_VERSION= ${CORE_COMMIT:C/-.*$//1}
CORE_HASH= ${CORE_COMMIT:C/^.*-//1}
.endif
.if "${FLAVOUR}" == LibreSSL
.if "${FLAVOUR}" == OpenSSL || "${FLAVOUR}" == ""
CORE_REPOSITORY?= latest
.elif "${FLAVOUR}" == LibreSSL
CORE_REPOSITORY?= libressl
.else
CORE_REPOSITORY?= latest
CORE_REPOSITORY?= ${FLAVOUR}
.endif
CORE_PACKAGESITE?= http://pkg.opnsense.org
CORE_NAME?= opnsense-devel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment