X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=cd054d0561e0875d1bc8aa5d13faba2c7f318f86;hp=332444ad8c9209987930bcec6825700a30df763e;hb=d6d6d59825b6e0b237dbd11777ef1fd9d9022e85;hpb=f4e27420336f39f549096a6965baffb54b5d299f diff --git a/make.sh b/make.sh index 332444ad8c..cd054d0561 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.0beta2" # Version number +VERSION="2.0rc1t" # Version number SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir NICE=10 # Nice level @@ -327,13 +327,12 @@ buildipfire() { ipfiremake unzip ipfiremake linux SMP=1 ipfiremake ipp2p SMP=1 - ipfiremake r8169 SMP=1 ipfiremake zaptel SMP=1 ipfiremake linux ipfiremake ipp2p - ipfiremake r8169 ipfiremake zaptel ipfiremake pkg-config + ipfiremake linux-atm ipfiremake cpio ipfiremake klibc ipfiremake mkinitcpio @@ -346,6 +345,7 @@ buildipfire() { ipfiremake curl ipfiremake python ipfiremake libnet + ipfiremake libidn ipfiremake libjpeg ipfiremake libpng ipfiremake libtiff @@ -387,6 +387,7 @@ buildipfire() { ipfiremake GD-TextUtil ipfiremake gnupg ipfiremake hdparm + ipfiremake sdparm ipfiremake mtools ipfiremake initscripts ipfiremake whatmask @@ -527,6 +528,7 @@ buildipfire() { ipfiremake vsftpd ipfiremake which ipfiremake lsof + ipfiremake centerim } buildinstaller() { @@ -624,7 +626,12 @@ buildpackages() { ipfirepackages() { ipfiremake core-updates for i in $(ls -1 $BASEDIR/config/rootfiles/packages); do - [ -e $BASEDIR/lfs/$i ] && ipfiredist $i + if [ -e $BASEDIR/lfs/$i ]; then + ipfiredist $i + else + echo -n $i + beautify message SKIP + fi done test -d $BASEDIR/packages || mkdir $BASEDIR/packages mv -f $LFS/install/packages/* $BASEDIR/packages >> $LOGFILE 2>&1