]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/rpi-firmware
Forward Firewall: reordered some rules to get rid of INPUT_DROP messages in log when...
[people/teissler/ipfire-2.x.git] / lfs / rpi-firmware
index 4daec2f7a43e23d1e3f694a3c52728b9e8037904..c02d5cc5f9279da7e938fc56d009e7db2bb061d3 100644 (file)
@@ -24,8 +24,7 @@
 
 include Config
 
-VER        = 1309b3d
-
+VER        = 855e997
 THISAPP    = rpi-firmware-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
@@ -41,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 90978c567f9bcd2aad2c1c138acb3518
+$(DL_FILE)_MD5 = c73700a10d792517b2b87fd28a6c9800
 
 install : $(TARGET)
 
@@ -71,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)