X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=3308db7b53ad01b6cc12bb4638eb7249796dccf3;hp=fe07377e92c00a19102444538738373288c9f056;hb=ef2d1a1bc1be93986dae4322ae13ef57ab16c897;hpb=1e827a986bbdb30913c73bb1c771565c772e3a6a diff --git a/make.sh b/make.sh index fe07377e92..3308db7b53 100755 --- a/make.sh +++ b/make.sh @@ -25,7 +25,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.5" -CORE="30" +CORE="31" GIT_BRANCH=master:master # Version number SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -338,8 +338,10 @@ buildipfire() { ipfiremake pptp ipfiremake unzip ipfiremake which - ipfiremake linux-xen + ipfiremake linux XEN=1 ipfiremake atl2 XEN=1 + ipfiremake hso XEN=1 + ipfiremake e1000e XEN=1 ipfiremake kqemu XEN=1 ipfiremake v4l-dvb XEN=1 ipfiremake madwifi XEN=1 @@ -349,6 +351,8 @@ buildipfire() { ipfiremake compat-wireless XEN=1 ipfiremake linux ipfiremake atl2 + ipfiremake hso + ipfiremake e1000e ipfiremake kqemu ipfiremake v4l-dvb ipfiremake madwifi @@ -601,14 +605,14 @@ buildipfire() { ipfiremake sshfs ipfiremake sqlite ipfiremake taglib -# ipfiremake mediatomb + ipfiremake mediatomb ipfiremake sslh ipfiremake perl-gettext ipfiremake vdradmin - ipfiremake x11libs - ipfiremake xen +# ipfiremake x11libs +# ipfiremake xen ipfiremake miau - ipfiremake net-snmp + ipfiremake netsnmpd ipfiremake perl-DBI ipfiremake perl-DBD-mysql ipfiremake lcr @@ -618,6 +622,7 @@ buildipfire() { ipfiremake nagiosql ipfiremake iftop ipfiremake motion + ipfiremake joe echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild @@ -697,7 +702,7 @@ buildpackages() { # Create images for install ipfiremake cdrom ED=$IPFVER - + # Check if there is a loop device for building in virtual environments if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then ipfiremake usb-stick ED=$IPFVER @@ -708,6 +713,14 @@ buildpackages() { ipfirepackages + # Check if there is a loop device for building in virtual environments + if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then + cp -f $BASEDIR/packages/linux-xen-*.ipfire $LFS/install/packages/ + ipfiremake xen-image ED=$IPFVER + rm -rf $LFS/install/packages/linux-xen-*.ipfire + fi + mv $LFS/install/images/*.bz2 $BASEDIR >> $LOGFILE 2>&1 + # Cleanup stdumount rm -rf $BASEDIR/build/tmp/*