X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=27c6d86f1ddf4b92a38892bc0daa5e7096b239d0;hp=c4fb74b476d155c2308379d41b9d7a742d33dce4;hb=3184c6f988e4bf2fe9e8dadf474fbc268c197118;hpb=a332b303e428b5fa8f15e234b84d687c33b9f14a diff --git a/make.sh b/make.sh index c4fb74b476..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` @@ -329,9 +324,19 @@ buildipfire() { ipfiremake linux SMP=1 ipfiremake ipp2p SMP=1 ipfiremake zaptel SMP=1 + ipfiremake r8169 SMP=1 + ipfiremake r8168 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 atl1 + ipfiremake kqemu ipfiremake pkg-config ipfiremake linux-atm ipfiremake cpio @@ -403,6 +408,7 @@ buildipfire() { ipfiremake iputils ipfiremake l7-protocols ipfiremake mISDN + ipfiremake capi4k-utils ipfiremake hwdata ipfiremake kudzu ipfiremake logrotate @@ -524,10 +530,18 @@ buildipfire() { ipfiremake lsof ipfiremake centerim ipfiremake br2684ctl + ipfiremake pcmciautils ipfiremake collectd ipfiremake lcd4linux ipfiremake neon ipfiremake subversion + ipfiremake tcptrack + ipfiremake teamspeak + ipfiremake elinks + ipfiremake igmpproxy + ipfiremake sdl + ipfiremake qemu + ipfiremake sane } buildinstaller() { @@ -565,6 +579,7 @@ buildinstaller() { installmake wget installmake hwdata installmake kudzu + installmake pcmciautils installmake installer installmake initrd } @@ -673,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