]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
backports: disabled on x86_64.
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 14 Sep 2015 20:33:29 +0000 (22:33 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 14 Sep 2015 20:33:29 +0000 (22:33 +0200)
There is a duplicate kernel modul symbol in compat layer so backports modules will not load.
I will debug this at next kernel update.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 375f72d3aaed0e0178b20518c435d8af44b93bc2..fb417d57e0651e04fb806215e790117411c2f554 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -421,10 +421,10 @@ buildipfire() {
   case "${TARGET_ARCH}" in
        x86_64)
                ipfiremake linux                        KCFG=""
-               ipfiremake backports                    KCFG=""
+#              ipfiremake backports                    KCFG=""
                ipfiremake cryptodev                    KCFG=""
                ipfiremake e1000e                       KCFG=""
-#              ipfiremake igb                          KCFG=""
+               ipfiremake igb                          KCFG=""
                ipfiremake ixgbe                        KCFG=""
                ipfiremake xtables-addons               KCFG=""
                ipfiremake linux-initrd                 KCFG=""