X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Frpi-firmware;h=6882fcbdc02714a49dbaedcc2997b9bf52140be8;hp=2143d2395ad8ee25286e071a78fc6a4369a80b26;hb=30b1c1c72855e469034d9f7a6d4410367fa3069c;hpb=421102e775e8822f0c48f730dff86efc8cd20ce8 diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 2143d2395..6882fcbdc 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2012 IPFire Team # +# Copyright (C) 2007-2014 IPFire Team # # # # 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 # @@ -24,7 +24,7 @@ include Config -VER = 9f7cff0 +VER = cd50136 THISAPP = rpi-firmware-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 4de4db529fc2c0000d381d016675e115 +$(DL_FILE)_MD5 = fced022c0e646affae0d5d5543f59054 install : $(TARGET) @@ -70,5 +70,5 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @cd / && tar axf $(DIR_DL)/$(DL_FILE) - cp $(DIR_SRC)/config/rpi-firmware/config.txt /boot + cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot @$(POSTBUILD)