From 464de0217259e3d0e9b2cd143cd71ddea892ae3d Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 23 Jul 2020 15:23:08 +0200 Subject: [PATCH] make: pew pew pew --- Makefile | 4 ++-- README.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index c7115b3..830875a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-2019 Franco Fichtner +# Copyright (c) 2015-2020 Franco Fichtner # # 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 diff --git a/README.md b/README.md index 21992d4..b2dd453 100644 --- a/README.md +++ b/README.md @@ -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