firmware: use effective ABI in changelog fetch

This commit is contained in:
Franco Fichtner 2022-10-26 12:47:25 +02:00
parent 2a15defa74
commit 5c65f49bce

View File

@ -48,7 +48,7 @@ changelog_checksum()
changelog_url()
{
CORE_ABI=$(opnsense-version -a)
CORE_ABI=$(opnsense-version -x)
SYS_ABI=$(opnsense-verify -a)
URLPREFIX="https://pkg.opnsense.org/${SYS_ABI}/${CORE_ABI}"