]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Merge branch 'thirteen' of git.ipfire.org:/pub/git/ipfire-2.x into thirteen
authorArne Fitzenreiter <arne_f@git.ipfire.org>
Tue, 9 Oct 2012 18:35:44 +0000 (20:35 +0200)
committerArne Fitzenreiter <arne_f@git.ipfire.org>
Tue, 9 Oct 2012 18:35:44 +0000 (20:35 +0200)
1  2 
make.sh

diff --combined make.sh
index 6b1af436213f4188814350061cb177067f587dd9,64cde456d4059e4a859920cf74b2bb96e6755698..768fde76a982ae6eb5169b3076200c63653e9cf8
+++ b/make.sh
@@@ -380,7 -380,7 +380,7 @@@ buildipfire() 
    if [ "${MACHINE_TYPE}" != "arm" ]; then
      ipfiremake linux2                 KCFG="-xen"
      ipfiremake v4l-dvb                        KCFG="-xen"
 -#    ipfiremake mISDN                 KCFG="-xen"
 +    ipfiremake mISDN                  KCFG="-xen"
      ipfiremake cryptodev              KCFG="-xen"
      ipfiremake compat-wireless                KCFG="-xen"
  #    ipfiremake r8169                 KCFG="-xen"
  #    ipfiremake kvm-kmod                      KCFG="-pae"
      ipfiremake v4l-dvb                        KCFG="-pae"
      ipfiremake alsa                   KCFG="-pae" KMOD=1
 -#    ipfiremake mISDN                 KCFG="-pae"
 +    ipfiremake mISDN                  KCFG="-pae"
      ipfiremake cryptodev              KCFG="-pae"
      ipfiremake compat-wireless                KCFG="-pae"
  #    ipfiremake r8169                 KCFG="-pae"
  #    ipfiremake kvm-kmod                      KCFG=""
      ipfiremake v4l-dvb                        KCFG=""
      ipfiremake alsa                   KCFG="" KMOD=1
 -#    ipfiremake mISDN                 KCFG=""
 +    ipfiremake mISDN                  KCFG=""
      ipfiremake cryptodev              KCFG=""
      ipfiremake compat-wireless                KCFG=""
  #    ipfiremake r8169                 KCFG=""
    ipfiremake iw
    ipfiremake wpa_supplicant
    ipfiremake hostapd
+   ipfiremake pycurl
    ipfiremake urlgrabber
    ipfiremake syslinux
    ipfiremake tftpd
    ipfiremake acpid
    ipfiremake fping
    ipfiremake telnet
+   ipfiremake libgpg-error
+   ipfiremake libassuan
+   ipfiremake gpgme
+   ipfiremake pygpgme
    echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
    cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
    echo >> $BASEDIR/build/var/ipfire/firebuild
@@@ -834,8 -839,6 +839,8 @@@ buildpackages() 
    if [ $BUILD_IMAGES == 1 ] && ([ -e /dev/loop/0 ] || [ -e /dev/loop0 ]) && [ "${MACHINE_TYPE}" != "arm" ]; then
          cp -f $BASEDIR/packages/linux-xen-*.ipfire $LFS/install/packages/
          cp -f $BASEDIR/packages/meta-linux-xen $LFS/install/packages/
 +        cp -f $BASEDIR/packages/linux-pae-*.ipfire $LFS/install/packages/
 +        cp -f $BASEDIR/packages/meta-linux-pae $LFS/install/packages/
        ipfiremake xen-image
        rm -rf $LFS/install/packages/linux-xen-*.ipfire
        rm -rf $LFS/install/packages/meta-linux-xen