mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Bump config(8) version and build requirement for config(8) to 600006. This
is caused by my latest changes to config(8). You're supposed to install new config(8) in order to prevent yourself from seeing a warning about old version of that tool. You should configure the kernel with a new config(8) then. Oked by: rwatson, cognet (mentor)
This commit is contained in:
parent
67a09fffe1
commit
9e2f7513e1
9 changed files with 9 additions and 9 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600004
|
||||
%VERSREQ= 600006
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600004
|
||||
%VERSREQ= 600006
|
||||
|
||||
# Temporary stuff while we're still embryonic
|
||||
NO_MODULES=
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600004
|
||||
%VERSREQ= 600006
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
GCC3= you bet
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600004
|
||||
%VERSREQ= 600006
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600004
|
||||
%VERSREQ= 600006
|
||||
|
||||
.if !defined(S)
|
||||
.if exists(./@/.)
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600004
|
||||
%VERSREQ= 600006
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600004
|
||||
%VERSREQ= 600006
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600004
|
||||
%VERSREQ= 600006
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
|
|
|||
|
|
@ -49,5 +49,5 @@
|
|||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#define CONFIGVERS 600005
|
||||
#define CONFIGVERS 600006
|
||||
#define MAJOR_VERS(x) ((x) / 100000)
|
||||
|
|
|
|||
Loading…
Reference in a new issue