make.sh: Append -ipfire to fake kernel string

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-05-10 10:10:25 +01:00
parent 15b005d837
commit 8634797e8a

View File

@@ -733,7 +733,7 @@ fake_environ() {
# Fake kernel version, because some of the packages do not compile
# with kernel 3.0 and later.
env="${env} UTS_RELEASE=${KVER}"
env="${env} UTS_RELEASE=${KVER}-ipfire"
# Fake machine version.
env="${env} UTS_MACHINE=${BUILD_ARCH}"