firmware: switch to FreeBSD where appropriate

This commit is contained in:
Franco Fichtner 2021-08-02 21:47:27 +02:00
parent 5c9ac97e17
commit 4472a23596
3 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ Several OPTIONS exist to customise the package, e.g.:
* CORE_DEPENDS: a list of required dependencies for the package
* CORE_DEPENDS_ARCH: a list of special <ARCH>-required packages
* CORE_ORIGIN: sets a HardenedBSD compatible package/ports origin
* CORE_ORIGIN: sets a FreeBSD compatible package/ports origin
* CORE_FLAVOUR: can be set to "OpenSSL" or "LibreSSL"
* CORE_COMMENT: a short description of the package
* CORE_MAINTAINER: email of the package maintainer

View File

@ -42,7 +42,7 @@
{% if product_name != 'OPNsense' %}
<p>{{ product_name }} is based on <a href="https://opnsense.org/" target="_blank">OPNsense&reg;</a>, copyright &copy; Deciso B.V. All rights reserved.</p>
{% endif %}
<p>OPNsense is based on <a href="https://hardenedbsd.org/" target="_blank">HardenedBSD</a>, copyright &copy; The HardenedBSD Project. All rights reserved.</p>
<p>OPNsense is based on <a href="https://www.freebsd.org/" target="_blank">FreeBSD</a>, copyright &copy; The FreeBSDBSD Project. All rights reserved.</p>
<p>OPNsense is a fork of <a href="http://www.pfsense.org" target="_blank">pfSense&reg;</a> <small>(Copyright &copy; 2004-2014 Electric Sheep Fencing, LLC. All rights reserved.)</small>, which is a fork of <a href="http://m0n0.ch/wall" target="_blank">m0n0wall&reg;</a> <small>(Copyright &copy; 2002-2013 Manuel Kasper)</small>.</p>
<p>OPNsense includes various freely available software packages and ports.
The incorporated third party tools are listed <a href="/ui/core/firmware#packages">here</a>.</p>

View File

@ -25,7 +25,7 @@
# POSSIBILITY OF SUCH DAMAGE.
LIC="BSD2CLAUSE"
OS="HardenedBSD"
OS="FreeBSD"
REPO="OPNsense"
SEP=${1:-","}