X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=052c7f8071ba6e692128191e99abad42aa7ff0ef;hp=21b29c4db8046df7c8b0090e019fe4006d56a1fb;hb=77a2f0af9a49dac62cc8289a5b2a3984a6c8d1fd;hpb=b5cf3c757afb5531c34dfd4f05c16e9a30da7916 diff --git a/make.sh b/make.sh index 21b29c4db..052c7f807 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.0rc3t" # Version number +VERSION="2.1" # Version number SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir NICE=10 # Nice level @@ -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,21 @@ 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 sane KMOD=1 SMP=1 ipfiremake linux ipfiremake ipp2p ipfiremake zaptel + ipfiremake r8169 + ipfiremake r8168 + ipfiremake mcs7830 + ipfiremake atl1 + ipfiremake kqemu + ipfiremake sane KMOD=1 ipfiremake pkg-config ipfiremake linux-atm ipfiremake cpio @@ -377,6 +384,7 @@ buildipfire() { ipfiremake dosfstools ipfiremake squashfstools ipfiremake reiserfsprogs + ipfiremake xfsprogs ipfiremake sysfsutils ipfiremake fuse ipfiremake ntfs-3g @@ -402,6 +410,7 @@ buildipfire() { ipfiremake iputils ipfiremake l7-protocols ipfiremake mISDN + ipfiremake capi4k-utils ipfiremake hwdata ipfiremake kudzu ipfiremake logrotate @@ -490,13 +499,13 @@ buildipfire() { ipfiremake lame ipfiremake sox ipfiremake libshout - #ipfiremake icecast - #ipfiremake icegenerator + ipfiremake icecast + ipfiremake icegenerator ipfiremake mpd ipfiremake mpc - #ipfiremake xvid - #ipfiremake libmpeg2 - #ipfiremake videolan + ipfiremake xvid + ipfiremake libmpeg2 + ipfiremake videolan ipfiremake libpri ipfiremake asterisk ipfiremake gnump3d @@ -523,6 +532,28 @@ 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 + ipfiremake netpbm + ipfiremake phpSANE + ipfiremake tunctl + ipfiremake nagios + ipfiremake ebtables + ipfiremake arptables + ipfiremake fontconfig + ipfiremake freefont + ipfiremake vdr + ipfiremake git } buildinstaller() { @@ -560,6 +591,7 @@ buildinstaller() { installmake wget installmake hwdata installmake kudzu + installmake pcmciautils installmake installer installmake initrd } @@ -668,8 +700,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