X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=a00832c2781f7b2d8bc196ed78e35126c0654f39;hp=c0169a30f6fe0d6fee95f9f9f393195a79fab1c7;hb=5aa62a424b5ec48ce2a4232a2a74368c2ba2e942;hpb=e63ca421f9a7ea76ee9b8561b81613e429a4009e diff --git a/make.sh b/make.sh index c0169a30f6..a00832c278 100755 --- a/make.sh +++ b/make.sh @@ -25,8 +25,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.7" # Version number -CORE="39" # Core Level (Filename) -PAKFIRE_CORE="38" # Core Level (PAKFIRE) +CORE="40" # Core Level (Filename) +PAKFIRE_CORE="39" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -337,7 +337,6 @@ buildipfire() { ipfiremake libusb ipfiremake libpcap ipfiremake ppp - ipfiremake rp-pppoe ipfiremake pptp ipfiremake unzip ipfiremake which @@ -374,9 +373,7 @@ buildipfire() { ipfiremake pkg-config ipfiremake linux-atm ipfiremake cpio - ipfiremake klibc - ipfiremake mkinitcpio - ipfiremake udev KLIBC=1 + ipfiremake dracut ipfiremake expat ipfiremake gdbm ipfiremake gmp @@ -545,6 +542,7 @@ buildipfire() { ipfiremake ipfireseeder ipfiremake rsync ipfiremake tcpwrapper + ipfiremake libevent ipfiremake portmap ipfiremake nfs ipfiremake nmap @@ -642,6 +640,7 @@ buildipfire() { ipfiremake eject ipfiremake pound ipfiremake minicom + ipfiremake ddrescue echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild