]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/rpi-firmware
switch arm 32 bit arch from armv5tel to armv6l
[people/pmueller/ipfire-2.x.git] / lfs / rpi-firmware
index 1379a148146038e4efc47838d0074d0d9c1fc83f..b4a9bdef7e3ef64be8ec51df9b8facb9b65b8b0e 100644 (file)
@@ -30,7 +30,7 @@ DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-SUP_ARCH   = armv5tel aarch64
+SUP_ARCH   = armv6l aarch64
 
 ###############################################################################
 # Top-level Rules
@@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @cd / && tar axf $(DIR_DL)/$(DL_FILE)
        cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot
-ifeq "${BUILD_ARCH}" "armv5tel"
+ifeq "${BUILD_ARCH}" "armv6l"
        echo arm_64bit=0 >> /boot/config.txt
 else
        echo arm_64bit=1 >> /boot/config.txt