]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
kernel: update to 4.9.34
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index a17913fc562b8101428f3db7e499f93fb04d63c1..7351b5ad9523b1547bf6c97b3af383df2c7e24d3 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -438,19 +438,19 @@ buildipfire() {
        i586)
                # x86-pae (Native and new XEN) kernel build
                ipfiremake linux                        KCFG="-pae"
-               ipfiremake backports                    KCFG="-pae"
-               ipfiremake e1000e                       KCFG="-pae"
-               ipfiremake igb                          KCFG="-pae"
-               ipfiremake ixgbe                        KCFG="-pae"
+#              ipfiremake backports                    KCFG="-pae"
+#              ipfiremake e1000e                       KCFG="-pae"
+#              ipfiremake igb                          KCFG="-pae"
+#              ipfiremake ixgbe                        KCFG="-pae"
                ipfiremake xtables-addons               KCFG="-pae"
                ipfiremake linux-initrd                 KCFG="-pae"
 
                # x86 kernel build
                ipfiremake linux                        KCFG=""
-               ipfiremake backports                    KCFG=""
-               ipfiremake e1000e                       KCFG=""
-               ipfiremake igb                          KCFG=""
-               ipfiremake ixgbe                        KCFG=""
+#              ipfiremake backports                    KCFG=""
+#              ipfiremake e1000e                       KCFG=""
+#              ipfiremake igb                          KCFG=""
+#              ipfiremake ixgbe                        KCFG=""
                ipfiremake xtables-addons               KCFG=""
                ipfiremake linux-initrd                 KCFG=""
                ;;