firmware: point to 16.1 to prepare for transition in next release

This commit is contained in:
Franco Fichtner 2016-01-11 10:22:05 +01:00
parent d2c432bd56
commit f30dc89708
2 changed files with 2 additions and 2 deletions

View File

@ -1314,7 +1314,7 @@ function system_firmware_configure()
global $config;
/* our own ABI prefix on the mirror */
$osabi = '15.7';
$osabi = '16.1';
/* rewrite the config via the defaults */
$origin_conf = '/usr/local/etc/pkg/repos/origin.conf';

View File

@ -1,6 +1,6 @@
OPNsense: {
fingerprints: "/usr/local/etc/pkg/fingerprints/OPNsense",
url: "pkg+%%CORE_PACKAGESITE%%/${ABI}/15.7/%%CORE_REPOSITORY%%",
url: "pkg+%%CORE_PACKAGESITE%%/${ABI}/16.1/%%CORE_REPOSITORY%%",
signature_type: "fingerprints",
mirror_type: "srv",
priority: 11,