X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=143f4f7f544f55dfb042e2fd47368d817274d73f;hp=ce965171c629fb74a535fa20b4dc2e22b1d2e003;hb=129cb399595b8bdac95109b343f7154bc1ba460f;hpb=e989d2d914afb7d0488c086e553d2b3b43d3df8b diff --git a/make.sh b/make.sh index ce965171c6..143f4f7f54 100644 --- a/make.sh +++ b/make.sh @@ -33,7 +33,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` MACHINE=`uname -m` SVN_REVISION=`svn info | grep Revision | cut -c 11-` -IPFVER="full" # Which versions should be compiled? (full|light|voice|devel) +IPFVER="full" # Which versions should be compiled? (full|light|devel) # Set an information about the build number if [ -e ./.svn ]; then @@ -531,7 +531,6 @@ buildipfire() { ipfiremake ethereal ipfiremake tftp-hpa ipfiremake bwm-ng - ipfiremake nagios ipfiremake tripwire ipfiremake sysstat }