]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update
authorDirk Wagner <dirk.wagner@ipfire.org>
Mon, 11 Aug 2014 19:05:14 +0000 (21:05 +0200)
committerDirk Wagner <dirk.wagner@ipfire.org>
Mon, 11 Aug 2014 19:05:14 +0000 (21:05 +0200)
1  2 
make.sh

diff --combined make.sh
index a3906d746710412fbcd072f35d682bb3f30f4617,739fc531066892bbf8a78e6179830eec2b1f4750..3f4e5774f7bc7751290817b9278793f8357fe58d
+++ b/make.sh
@@@ -25,8 -25,8 +25,8 @@@
  NAME="IPFire"                                                 # Software name
  SNAME="ipfire"                                                        # Short name
  VERSION="2.15"                                                        # Version number
- CORE="80"                                                     # Core Level (Filename)
- PAKFIRE_CORE="80"                                             # Core Level (PAKFIRE)
+ CORE="81"                                                     # Core Level (Filename)
+ PAKFIRE_CORE="81"                                             # Core Level (PAKFIRE)
  GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`                  # Git Branch
  SLOGAN="www.ipfire.org"                                               # Software slogan
  CONFIG_ROOT=/var/ipfire                                               # Configuration rootdir
@@@ -478,6 -478,7 +478,7 @@@ buildipfire() 
    ipfiremake fireinfo
    ipfiremake libnet
    ipfiremake libnl
+   ipfiremake libnl-3
    ipfiremake libidn
    ipfiremake nasm
    ipfiremake libjpeg
    ipfiremake nut
    ipfiremake watchdog
    ipfiremake libpri
 +  ipfiremake libsrtp
    ipfiremake asterisk
    ipfiremake lcr
    ipfiremake usb_modeswitch
    ipfiremake sslscan
    ipfiremake owncloud
    ipfiremake bacula
+   ipfiremake batctl
+   ipfiremake perl-PDF-API2
+   ipfiremake squid-accounting
  }
  
  buildinstaller() {