config(8): Bump major version after r335998
config-generated hints.c/env.c from r335998 and later are incompatible with earlier kernels due to no longer setting envmode/hintmode. A minor bump for this is insufficient, as matching major version with a later minor version is still viewed as backwards-compatible. This was an MI kernel change, soo all VERSREQ's are bumped.
This commit is contained in:
parent
6905c74db5
commit
f3b1f809e9
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600012
|
||||
%VERSREQ= 700000
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600013
|
||||
%VERSREQ= 700000
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600012
|
||||
%VERSREQ= 700000
|
||||
|
||||
.if !defined(S)
|
||||
S= ../../..
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600012
|
||||
%VERSREQ= 700000
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600012
|
||||
%VERSREQ= 700000
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600012
|
||||
%VERSREQ= 700000
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600012
|
||||
%VERSREQ= 700000
|
||||
|
||||
.if !defined(S)
|
||||
S= ../../..
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
# Which version of config(8) is required.
|
||||
%VERSREQ= 600012
|
||||
%VERSREQ= 700000
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -49,5 +49,5 @@
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#define CONFIGVERS 600015
|
||||
#define CONFIGVERS 700000
|
||||
#define MAJOR_VERS(x) ((x) / 100000)
|
||||
|
Loading…
Reference in New Issue
Block a user