]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/rpi-firmware
Firewall: Bugfix: wrong counter when using selfdefinded services in a rule that could...
[people/teissler/ipfire-2.x.git] / lfs / rpi-firmware
index df0c4122fb67eee7ab19faf7aba8e2b18d5a0978..49b3f1a9b975c50308a1bda8e89e850cd45b2f71 100644 (file)
 
 include Config
 
-VER        = ipf2
-
-THISAPP    = raspberrypi-firmware_$(VER)
+VER        = d4f5315
+THISAPP    = rpi-firmware-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+SUP_ARCH   = armv5tel
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -39,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = e79be217f9d6c0a882a21b7c8614e804
+$(DL_FILE)_MD5 = 65c0a859ab96cb563a80e3529c78f555
 
 install : $(TARGET)
 
@@ -69,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)