]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Merge remote-tracking branch 'origin/master' into kernel-test
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 6 Oct 2014 08:11:13 +0000 (10:11 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 6 Oct 2014 08:11:13 +0000 (10:11 +0200)
1  2 
make.sh

diff --combined make.sh
index 536ed6fcd9bb3817879e7acf7cf702d1079d4847,074f120dc1ac32c308bff9f3959f3b6390ad63ce..d3ca985a7c5c00482904139c9003ee1d398f024d
+++ b/make.sh
@@@ -25,8 -25,8 +25,8 @@@
  NAME="IPFire"                                                 # Software name
  SNAME="ipfire"                                                        # Short name
  VERSION="2.15"                                                        # Version number
- CORE="83"                                                     # Core Level (Filename)
- PAKFIRE_CORE="83"                                             # Core Level (PAKFIRE)
+ CORE="84"                                                     # Core Level (Filename)
+ PAKFIRE_CORE="84"                                             # 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
@@@ -413,8 -413,6 +413,8 @@@ buildipfire() 
  #             ipfiremake r8101                        KCFG="-pae"
                ipfiremake e1000e                       KCFG="-pae"
                ipfiremake igb                          KCFG="-pae"
 +              ipfiremake ixgbe                        KCFG="-pae"
 +
  
                # x86 kernel build
                ipfiremake linux                        KCFG=""
  #             ipfiremake r8101                        KCFG=""
                ipfiremake e1000e                       KCFG=""
                ipfiremake igb                          KCFG=""
 +              ipfiremake ixgbe                        KCFG=""
                ;;
  
        armv5tel)
                ipfiremake cryptodev                    KCFG="-multi"
                ipfiremake e1000e                       KCFG="-multi"
                ipfiremake igb                          KCFG="-multi"
 +              ipfiremake ixgbe                        KCFG="-multi"
  
                # arm-kirkwood (Dreamplug, ICY-Box ...) kernel build
                ipfiremake linux                        KCFG="-kirkwood"
  #             ipfiremake r8169                        KCFG="-kirkwood"
  #             ipfiremake r8168                        KCFG="-kirkwood"
  #             ipfiremake r8101                        KCFG="-kirkwood"
 -#             ipfiremake e1000e                       KCFG="-kirkwood"
 +              ipfiremake e1000e                       KCFG="-kirkwood"
                ipfiremake igb                          KCFG="-kirkwood"
 +              ipfiremake ixgbe                        KCFG="-kirkwood"
                ;;
    esac
    ipfiremake pkg-config