X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Frpi-firmware;h=a7f87616efcecb43bbebb6abce4586d71194a617;hb=6cf0f959f0ba7aea1ef03f8c7af9d0ac895211ea;hp=5ca7e16cb0da9576a7baa0eb75ad28060e1cd899;hpb=12a8cc1ed90b108fbbcb2d1093e754f05e98bdc1;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 5ca7e16cb..a7f87616e 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 = 18a7921 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 = 07a83d2700fb73aad67154c9e74901f3 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)