X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Frpi-firmware;h=6882fcbdc02714a49dbaedcc2997b9bf52140be8;hb=4e6c35f77d74fc181179c23a0f4ee5db283a1e86;hp=4daec2f7a43e23d1e3f694a3c52728b9e8037904;hpb=141c7c95753e00366d0e993d879db1cdc5dc870d;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 4daec2f7a..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,8 +24,7 @@ include Config -VER = 1309b3d - +VER = cd50136 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 = fced022c0e646affae0d5d5543f59054 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)