X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Frpi-firmware;h=49b3f1a9b975c50308a1bda8e89e850cd45b2f71;hp=5ca7e16cb0da9576a7baa0eb75ad28060e1cd899;hb=8777989d464a11f6f538ec22c2463d0c9c18c7ad;hpb=14356fb908fd6062e987d61cc4c85a618e2fc180 diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 5ca7e16cb..49b3f1a9b 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -24,8 +24,7 @@ include Config -VER = 234c19d - +VER = d4f5315 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 = 46d92089ff8d4da355954f7c2296e311 +$(DL_FILE)_MD5 = 65c0a859ab96cb563a80e3529c78f555 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)