X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=f4ab0d565637c19d3e0b58d6f98901fcb05cfd25;hp=2c308a27b373ec1b35e8480d6a8d0e9db140d14a;hb=3495f7ba2a3ecd28bf5a60a16ea2adcc54677d4b;hpb=e0c749da1cd3425755773453bf5508840a17b572 diff --git a/make.sh b/make.sh index 2c308a27b3..f4ab0d5656 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,17 @@ 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 dm9601 SMP=1 ipfiremake linux ipfiremake ipp2p ipfiremake zaptel + ipfiremake r8169 + ipfiremake r8168 + ipfiremake mcs7830 +# ipfiremake dm9601 ipfiremake pkg-config ipfiremake linux-atm ipfiremake cpio @@ -403,6 +406,7 @@ buildipfire() { ipfiremake iputils ipfiremake l7-protocols ipfiremake mISDN + ipfiremake capi4k-utils ipfiremake hwdata ipfiremake kudzu ipfiremake logrotate @@ -524,8 +528,15 @@ buildipfire() { ipfiremake lsof ipfiremake centerim ipfiremake br2684ctl + ipfiremake pcmciautils + ipfiremake collectd + ipfiremake lcd4linux ipfiremake neon ipfiremake subversion + ipfiremake tcptrack + ipfiremake teamspeak + ipfiremake elinks + } buildinstaller() { @@ -563,6 +574,7 @@ buildinstaller() { installmake wget installmake hwdata installmake kudzu + installmake pcmciautils installmake installer installmake initrd } @@ -671,8 +683,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