mirror of
https://github.com/opnsense/core.git
synced 2026-02-18 18:18:13 -05:00
make: remove CORE_REPOSITORY
Looking at it again this was used for LibreSSL back in the day but we do not need this and aux configuration is also hardcoded.
This commit is contained in:
parent
dec48352f9
commit
a01822d628
4 changed files with 1 additions and 4 deletions
1
Makefile
1
Makefile
|
|
@ -116,7 +116,6 @@ CORE_MAINTAINER?= project@opnsense.org
|
|||
CORE_ORIGIN?= opnsense/${CORE_NAME}
|
||||
CORE_PACKAGESITE?= https://pkg.opnsense.org
|
||||
CORE_PRODUCT?= OPNsense
|
||||
CORE_REPOSITORY?= latest
|
||||
CORE_WWW?= https://opnsense.org/
|
||||
CORE_USER?= wwwonly
|
||||
CORE_UID?= 789
|
||||
|
|
|
|||
|
|
@ -89,7 +89,6 @@ REPLACEMENTS= CORE_ABI \
|
|||
CORE_PKGVERSION \
|
||||
CORE_PRODUCT \
|
||||
CORE_PYTHON_DOT \
|
||||
CORE_REPOSITORY \
|
||||
CORE_SERIES \
|
||||
CORE_SERIES_FW \
|
||||
CORE_SYSLOGNG \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
OPNsense: {
|
||||
fingerprints: "/usr/local/etc/pkg/fingerprints/OPNsense",
|
||||
url: "%%CORE_PACKAGESITE%%/${ABI}/%%CORE_ABI%%/%%CORE_REPOSITORY%%",
|
||||
url: "%%CORE_PACKAGESITE%%/${ABI}/%%CORE_ABI%%/latest",
|
||||
signature_type: "fingerprints",
|
||||
priority: 11,
|
||||
enabled: yes
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"CORE_PKGVERSION": "%%CORE_PKGVERSION%%",
|
||||
"CORE_PRODUCT": "%%CORE_PRODUCT%%",
|
||||
"CORE_PYTHON_DOT": "%%CORE_PYTHON_DOT%%",
|
||||
"CORE_REPOSITORY": "%%CORE_REPOSITORY%%",
|
||||
"CORE_SERIES_FW": "%%CORE_SERIES_FW%%",
|
||||
"CORE_SERIES": "%%CORE_SERIES%%",
|
||||
"CORE_SYSLOGNG": "%%CORE_SYSLOGNG%%",
|
||||
|
|
|
|||
Loading…
Reference in a new issue