]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/rpi-firmware
python3-pyasn1: New package as required by aws-cli
[ipfire-2.x.git] / lfs / rpi-firmware
index b2afde2511ffa10ecb537d81639187f33a3a3c71..482d66dc86a0b93bbf27962e7c50f2a58b0cffb0 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2012  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
-VER        = b2200cd
+VER        = 20180316
 THISAPP    = rpi-firmware-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-SUP_ARCH   = armv5tel
+SUP_ARCH   = armv5tel aarch64
 
 ###############################################################################
 # Top-level Rules
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d4b0a5b5fe8cdbe5df17aadd5ec60ff0
+$(DL_FILE)_MD5 = e09ff543280f6138d12ea334d550fbd6
 
 install : $(TARGET)
 
@@ -70,4 +70,5 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @cd / && tar axf $(DIR_DL)/$(DL_FILE)
+       cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot
        @$(POSTBUILD)