make: pew pew pew

This commit is contained in:
Franco Fichtner 2020-07-23 15:23:08 +02:00
parent db2421cfb3
commit 464de02172
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2015-2019 Franco Fichtner <franco@opnsense.org>
# Copyright (c) 2015-2020 Franco Fichtner <franco@opnsense.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -54,7 +54,7 @@ lint: lint-steps lint-composite
TOOLSDIR?= /usr/tools
TOOLSBRANCH?= master
SETTINGS?= 20.1
SETTINGS?= 20.7
CONFIG?= ${TOOLSDIR}/config/${SETTINGS}/build.conf

View File

@ -7,11 +7,11 @@ create sets, packages and images for the OPNsense project.
Setting up a build system
=========================
Install [FreeBSD](https://www.freebsd.org/) 11.2-RELEASE (i386 or amd64
depending on your target) on a machine with at least 25GB of hard disk
(UFS works better than ZFS) and at least 4GB of RAM to successfully build
all standard images. All tasks require a root user. Do the following to
grab the repositories (overwriting standard ports and src):
Install [FreeBSD](https://www.freebsd.org/) 12.1-RELEASE for amd64
on a machine with at least 25GB of hard disk (UFS works better than ZFS)
and at least 4GB of RAM to successfully build all standard images.
All tasks require a root user. Do the following to grab the repositories
(overwriting standard ports and src):
# pkg install git
# cd /usr