From: Michael Tremer Date: Fri, 10 May 2019 09:10:25 +0000 (+0100) Subject: make.sh: Append -ipfire to fake kernel string X-Git-Tag: v2.23-core133~70^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8634797e8a1ccc3b293adcec090c57832c4e9363;hp=15b005d8378df38938e11aebff0488095c771754;p=ipfire-2.x.git make.sh: Append -ipfire to fake kernel string Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 0499dbafb7..7eaa08490a 100755 --- a/make.sh +++ b/make.sh @@ -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}"