This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 465d1730ba9f3d736a700e5c50a8caca2ff1fdae (commit) from cdce14908d3ed37bb4207f57dea843705ec10283 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 465d1730ba9f3d736a700e5c50a8caca2ff1fdae Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Mar 4 21:05:00 2013 +0100
rpi-firmware: updated to 98e5704.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/armv5tel/rpi-firmware | 2 ++ config/rootfiles/core/67/exclude | 1 + .../{oldcore/66 => core/67}/filelists/armv5tel/rpi-firmware | 0 lfs/rpi-firmware | 6 +++--- 4 files changed, 6 insertions(+), 3 deletions(-) copy config/rootfiles/{oldcore/66 => core/67}/filelists/armv5tel/rpi-firmware (100%)
Difference in files: diff --git a/config/rootfiles/common/armv5tel/rpi-firmware b/config/rootfiles/common/armv5tel/rpi-firmware index 3024548..0736399 100644 --- a/config/rootfiles/common/armv5tel/rpi-firmware +++ b/config/rootfiles/common/armv5tel/rpi-firmware @@ -5,5 +5,7 @@ boot/config.txt #boot/first32k.bin boot/start.elf boot/start_cd.elf +boot/start_x.elf boot/fixup.dat boot/fixup_cd.dat +boot/fixup_x.dat diff --git a/config/rootfiles/core/67/exclude b/config/rootfiles/core/67/exclude index 18141fd..321a931 100644 --- a/config/rootfiles/core/67/exclude +++ b/config/rootfiles/core/67/exclude @@ -1,4 +1,5 @@ srv/web/ipfire/html/proxy.pac +boot/config.txt etc/udev/rules.d/30-persistent-network.rules etc/collectd.custom etc/shadow diff --git a/config/rootfiles/core/67/filelists/armv5tel/rpi-firmware b/config/rootfiles/core/67/filelists/armv5tel/rpi-firmware new file mode 120000 index 0000000..428fdf8 --- /dev/null +++ b/config/rootfiles/core/67/filelists/armv5tel/rpi-firmware @@ -0,0 +1 @@ +../../../../common/armv5tel/rpi-firmware \ No newline at end of file diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index c02d5cc..a50ced7 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2012 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2013 IPFire Team info@ipfire.org # # # # 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 = 855e997 +VER = 98e5704 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 = c73700a10d792517b2b87fd28a6c9800 +$(DL_FILE)_MD5 = 255bb0e5360d6625e31de3383f1cc528
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree