X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=make.sh;h=27c6d86f1ddf4b92a38892bc0daa5e7096b239d0;hb=3184c6f988e4bf2fe9e8dadf474fbc268c197118;hp=db032cd1c1f9984122028da5365d88ac33cc589f;hpb=c088b14c3a68efaf660e5194f64ffac9ac456521;p=ipfire-2.x.git diff --git a/make.sh b/make.sh index db032cd1c1..27c6d86f1d 100755 --- a/make.sh +++ b/make.sh @@ -35,11 +35,6 @@ SVN_REVISION=`svn info | grep Revision | cut -c 11-` IPFVER="full" # Which versions should be compiled? (full|devel) -# 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 - # Debian specific settings if [ ! -e /etc/debian_version ]; then FULLPATH=`which $0` @@ -331,15 +326,17 @@ buildipfire() { ipfiremake zaptel SMP=1 ipfiremake r8169 SMP=1 ipfiremake r8168 SMP=1 - ipfiremake mcs7830 SMP=1 -# ipfiremake dm9601 SMP=1 + ipfiremake mcs7830 SMP=1 + ipfiremake atl1 SMP=1 + ipfiremake kqemu SMP=1 ipfiremake linux ipfiremake ipp2p ipfiremake zaptel ipfiremake r8169 ipfiremake r8168 ipfiremake mcs7830 -# ipfiremake dm9601 + ipfiremake atl1 + ipfiremake kqemu ipfiremake pkg-config ipfiremake linux-atm ipfiremake cpio @@ -411,6 +408,7 @@ buildipfire() { ipfiremake iputils ipfiremake l7-protocols ipfiremake mISDN + ipfiremake capi4k-utils ipfiremake hwdata ipfiremake kudzu ipfiremake logrotate @@ -537,6 +535,13 @@ buildipfire() { ipfiremake lcd4linux ipfiremake neon ipfiremake subversion + ipfiremake tcptrack + ipfiremake teamspeak + ipfiremake elinks + ipfiremake igmpproxy + ipfiremake sdl + ipfiremake qemu + ipfiremake sane } buildinstaller() { @@ -683,8 +688,8 @@ build) buildipfire # Setzen des IPFire Builds - if [ "$FIREBUILD" ]; then - echo "$FIREBUILD" > $BASEDIR/build/var/ipfire/firebuild + if [ "$SVN_REVISION" ]; then + echo "$SVN_REVISION" > $BASEDIR/build/var/ipfire/firebuild else echo "_(OvO)_" > $BASEDIR/build/var/ipfire/firebuild fi