X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=cf15c5b59dd378f2ce77cc91fec11bc3e2028728;hp=0a01c17ff2eeddd7b85b4eff48f5558d068d8a6b;hb=03ad5f93eb86832e32f8dc1b8bbbb16fa7212c27;hpb=d16d0d22f1a4984970e3b9ca82a44f2455352ce2 diff --git a/make.sh b/make.sh index 0a01c17ff2..cf15c5b59d 100644 --- a/make.sh +++ b/make.sh @@ -33,7 +33,9 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` MACHINE=`uname -m` SVN_REVISION=`svn info | grep Revision | cut -c 11-` -# Setzen des IPFire Builds +IPFVER="full" # Which version should be compiled? (full|light|voice) + +# Set an information about the build number if [ -e ./.svn ]; then FIREBUILD=`cat .svn/entries |sed -n 's/^[ \t]*revision=\"// p' | sed -n 's/\".*$// p'` fi