X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=98e1276fc1b8a73fa7a2bbf3b2603aa784a7c9bd;hp=0499dbafb72147f9fa05f2e9107be72fe9a3d2fe;hb=9f0295a5129bed325ba37aaa1e39303fef0a6c9f;hpb=15b005d8378df38938e11aebff0488095c771754 diff --git a/make.sh b/make.sh index 0499dbafb7..98e1276fc1 100755 --- a/make.sh +++ b/make.sh @@ -24,9 +24,10 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name +# If you update the version don't forget to update backupiso and add it to core update VERSION="2.23" # Version number -CORE="132" # Core Level (Filename) -PAKFIRE_CORE="131" # Core Level (PAKFIRE) +CORE="133" # Core Level (Filename) +PAKFIRE_CORE="132" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -733,7 +734,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}" @@ -1613,6 +1614,7 @@ buildipfire() { lfsmake2 zabbix_agentd lfsmake2 flashrom lfsmake2 firmware-update + lfsmake2 tshark } buildinstaller() {