X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Frpi-firmware;h=6882fcbdc02714a49dbaedcc2997b9bf52140be8;hp=df0c4122fb67eee7ab19faf7aba8e2b18d5a0978;hb=41ed4795fe92b1b16c8d946baef3f807adc97a77;hpb=4fcdcf4125ce43082cce64261d98dc9cd6b89340 diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index df0c4122fb..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,13 +24,14 @@ include Config -VER = ipf2 - -THISAPP = raspberrypi-firmware_$(VER) +VER = cd50136 +THISAPP = rpi-firmware-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = armv5tel + ############################################################################### # Top-level Rules ############################################################################### @@ -39,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e79be217f9d6c0a882a21b7c8614e804 +$(DL_FILE)_MD5 = fced022c0e646affae0d5d5543f59054 install : $(TARGET) @@ -69,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)