]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/rpi-firmware
bind: Update to 9.16.48
[people/pmueller/ipfire-2.x.git] / lfs / rpi-firmware
index 0de12c6daeb69c2be0c422f2c9a5af3d9a9f9f99..51af49b075ef309191f740492d389912141468a7 100644 (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)