From: Arne Fitzenreiter Date: Wed, 2 Oct 2013 14:24:24 +0000 (+0200) Subject: Fix empty system-release. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=5b6acb88c607b2b9a46365281e611706c0c12109 Fix empty system-release. --- diff --git a/tools/make-functions b/tools/make-functions index 3ff647c51..48fc6d434 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -454,6 +454,7 @@ ipfiremake() { CORE=$CORE \ CONFIG_ROOT=$CONFIG_ROOT \ NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \ + SYSTEM_RELEASE="$SYSTEM_RELEASE" \ CFLAGS="$C2FLAGS" CXXFLAGS="$CXX2FLAGS" \ CCACHE_DIR=/usr/src/ccache CCACHE_COMPRESS=1 \ CCACHE_COMPILERCHECK="none" \