Index: Makefile
===================================================================
--- Makefile (revision 414)
+++ Makefile (revision 415)
@@ -61,49 +61,49 @@
####### Boot:
#######
-ifneq ($(filter $(HARDWARE),$(HARDWARE_BAIKAL_M1)),)
-REQUIRES = boot/kernel/baikal-m1/6.6.32-6.6.161
-REQUIRES += hal/drivers/baikal-m1/vdec/6.4-20231227
-REQUIRES += boot/grub/baikal-m1/2.06
-endif
+#ifneq ($(filter $(HARDWARE),$(HARDWARE_BAIKAL_M1)),)
+#REQUIRES = boot/kernel/baikal-m1/6.6.32-6.6.161
+#REQUIRES += hal/drivers/baikal-m1/vdec/6.4-20231227
+#REQUIRES += boot/grub/baikal-m1/2.06
+#endif
-ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)
-REQUIRES = boot/kernel/leez-p710/6.6.52
-REQUIRES += boot/u-boot/leez-p710/2022.10
-endif
+#ifneq ($(filter $(HARDWARE),$(HARDWARE_LEEZ_P710)),)
+#REQUIRES = boot/kernel/leez-p710/6.6.52
+#REQUIRES += boot/u-boot/leez-p710/2022.10
+#endif
-ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5)),)
-REQUIRES = boot/kernel/orange-pi5/5.10.110
-REQUIRES += boot/u-boot/orange-pi5/2023.10
-REQUIRES += boot/edk2/orange-pi5/0.9.1.1
-REQUIRES += boot/grub/orange-pi5/2.06
-endif
+#ifneq ($(filter $(HARDWARE),$(HARDWARE_ORANGE_PI5)),)
+#REQUIRES = boot/kernel/orange-pi5/5.10.110
+#REQUIRES += boot/u-boot/orange-pi5/2023.10
+#REQUIRES += boot/edk2/orange-pi5/0.9.1.1
+#REQUIRES += boot/grub/orange-pi5/2.06
+#endif
-ifneq ($(filter $(HARDWARE),$(HARDWARE_VISIONFIVE2)),)
-REQUIRES = boot/kernel/visionfive2/6.1.31-3.8.2
-REQUIRES += boot/u-boot/visionfive2/2021.10-3.8.2
-REQUIRES += boot/grub/visionfive2/2.06
-endif
+#ifneq ($(filter $(HARDWARE),$(HARDWARE_VISIONFIVE2)),)
+#REQUIRES = boot/kernel/visionfive2/6.1.31-3.8.2
+#REQUIRES += boot/u-boot/visionfive2/2021.10-3.8.2
+#REQUIRES += boot/grub/visionfive2/2.06
+#endif
-ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
-REQUIRES = boot/kernel/repka-pi3/6.6.52
-REQUIRES += boot/u-boot/repka-pi3/2023.04
-endif
+#ifneq ($(filter $(HARDWARE),$(HARDWARE_REPKA_PI3)),)
+#REQUIRES = boot/kernel/repka-pi3/6.6.52
+#REQUIRES += boot/u-boot/repka-pi3/2023.04
+#endif
-ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
-REQUIRES = boot/kernel/ebox-3350dx2/6.6.52
-REQUIRES += boot/grub/ebox-3350dx2/2.06
-endif
+#ifneq ($(filter $(HARDWARE),$(HARDWARE_EBOX_3350DX2)),)
+#REQUIRES = boot/kernel/ebox-3350dx2/6.6.52
+#REQUIRES += boot/grub/ebox-3350dx2/2.06
+#endif
-ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC32)),)
-REQUIRES = boot/kernel/intel-pc32/6.6.52
-REQUIRES += boot/grub/intel-pc32/2.06
-endif
+#ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC32)),)
+#REQUIRES = boot/kernel/intel-pc32/6.6.52
+#REQUIRES += boot/grub/intel-pc32/2.06
+#endif
-ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC64)),)
-REQUIRES = boot/kernel/intel-pc64/6.6.52
-REQUIRES += boot/grub/intel-pc64/2.06
-endif
+#ifneq ($(filter $(HARDWARE),$(HARDWARE_INTEL_PC64)),)
+#REQUIRES = boot/kernel/intel-pc64/6.6.52
+#REQUIRES += boot/grub/intel-pc64/2.06
+#endif
#######
@@ -141,8 +141,8 @@
# │ ├── libs/zlib/1.3.1-ppc32 ─── if ppc64 ────┐ │ │
# │ ├── libs/zlib/1.3.1-x86_32 ── if x86_64 ───┤ │ │
# │ │ │ │ │
-# │ └── dev/binutils/2.40 ─────────────────────┘ │ │
-# │ └── dev/gcc/12.2.0 │ │
+# │ └── dev/binutils/2.43.1 ───────────────────┘ │ │
+# │ └── dev/gcc/14.2.0 │ │
# │ │ │
# ├── app/xz/5.2.7 ─────┬───────────────┘ │
# │ ├── app/xz/5.2.7-ppc32 └── app/kmod/30 │
@@ -228,9 +228,9 @@
# ...
# │ ...
# │ │
-# │ └── dev/binutils/2.40
+# │ └── dev/binutils/2.43.1
# │ │
-# │ ├── dev/gcc/12.2.0 ─────────┬── libs/isl/0.25
+# │ ├── dev/gcc/14.2.0 ─────────┬── libs/isl/0.25
# │ │ ├── libs/mpc/1.2.1
# │ │ └── libs/zstd/1.5.2
# ... ...