]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Removed "-r" at wireless graph (this cause a segfault if all collected values are...
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index a23ee5d87c119773b6990813af11dc338c9bf4e2..a6aa6427b9ae46768d4f0a7e16f52ccbf3141373 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -338,23 +338,25 @@ buildipfire() {
 #  ipfiremake ipp2p                    SMP=1
   ipfiremake r8169                     SMP=1
   ipfiremake r8168                     SMP=1
-#  ipfiremake atl1                     SMP=1
   ipfiremake atl2                      SMP=1
   ipfiremake kqemu                     SMP=1
   ipfiremake v4l-dvb                   SMP=1
   ipfiremake madwifi                    SMP=1
+  ipfiremake alsa              KMOD=1  SMP=1
   ipfiremake sane              KMOD=1  SMP=1
+  ipfiremake openswan          KMOD=1  SMP=1
   ipfiremake linux
   ipfiremake linux-fusion
 #  ipfiremake ipp2p
   ipfiremake r8169
   ipfiremake r8168
-#  ipfiremake atl1
   ipfiremake atl2
-#  ipfiremake kqemu
+  ipfiremake kqemu
   ipfiremake v4l-dvb
   ipfiremake madwifi
+  ipfiremake alsa              KMOD=1
   ipfiremake sane              KMOD=1
+  ipfiremake openswan          KMOD=1
   ipfiremake pkg-config
   ipfiremake linux-atm
   ipfiremake cpio
@@ -586,6 +588,9 @@ buildipfire() {
   ipfiremake urlgrabber
   ipfiremake syslinux
   ipfiremake tftp-hpa
+  ipfiremake cpufrequtils
+  ipfiremake dbus
+  ipfiremake bluez
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild
@@ -658,6 +663,7 @@ buildpackages() {
   beautify message DONE
   
   # Update changelog
+  cd $BASEDIR
   $0 git log
 
   # Create images for install
@@ -858,7 +864,7 @@ gettoolchain)
                cd $BASEDIR/cache/toolchains
                wget $URL_TOOLCHAIN/$PACKAGE.tar.gz $URL_TOOLCHAIN/$PACKAGE.md5 >& /dev/null
                if [ $? -ne 0 ]; then
-                       echo "`date -u '+%b %e %T'`: error downloading toolchain for $BUILDMACHINE machine" | tee -a $LOGFILE
+                       echo "`date -u '+%b %e %T'`: error downloading $PACKAGE toolchain for $BUILDMACHINE machine" | tee -a $LOGFILE
                else
                        if [ "`md5sum $PACKAGE.tar.gz | awk '{print $1}'`" = "`cat $PACKAGE.md5 | awk '{print $1}'`" ]; then
                                echo "`date -u '+%b %e %T'`: toolchain md5 ok" | tee -a $LOGFILE