Drop support for armv6l (and armv7hl)

This removes support for building IPFire for 32 bit ARM architectures.

This has been decided in August 2022 with six months notice as there are
not very many users and hardware is generally not available any more.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2023-02-07 11:01:29 +00:00
parent 0bc46effda
commit 39f94ee8eb
51 changed files with 19 additions and 62876 deletions

View File

@@ -30,7 +30,7 @@ DL_FILE = $(THISAPP).tar.xz
DL_FROM = $(URL_IPFIRE)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = armv6l aarch64
SUP_ARCH = aarch64
###############################################################################
# Top-level Rules
@@ -71,9 +71,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@$(PREBUILD)
@cd / && tar axf $(DIR_DL)/$(DL_FILE) --no-same-owner
cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot
ifeq "${BUILD_ARCH}" "armv6l"
echo arm_64bit=0 >> /boot/config.txt
else
echo arm_64bit=1 >> /boot/config.txt
endif
@$(POSTBUILD)