X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Frpi-firmware;h=6882fcbdc02714a49dbaedcc2997b9bf52140be8;hp=5ca7e16cb0da9576a7baa0eb75ad28060e1cd899;hb=01c82dbaa325336698b3c826ba0ba451b90eefe0;hpb=c78993cdde0391d1336797dd4368b41794a40487 diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 5ca7e16cb0..6882fcbdc0 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 = 234c19d - +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 = 46d92089ff8d4da355954f7c2296e311 +$(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)