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, thirteen has been updated via 697bb572d905ae0edf522a111db5a5a60e4a3506 (commit) via b8be89c89bddec7be0b6fdafd72bab52ad68139f (commit) from d4621fa0ab1b3d6170208e05d3306c016b179a61 (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 697bb572d905ae0edf522a111db5a5a60e4a3506 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Sep 26 17:10:20 2012 +0200
kernel: update rpi-patchset to 9245b4c.
commit b8be89c89bddec7be0b6fdafd72bab52ad68139f Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Sep 26 16:47:54 2012 +0200
rpi-firmware: update to b87bc42.
-----------------------------------------------------------------------
Summary of changes: lfs/linux | 4 ++-- lfs/rpi-firmware | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/lfs/linux b/lfs/linux index b481e65..530b388 100644 --- a/lfs/linux +++ b/lfs/linux @@ -26,7 +26,7 @@ include Config
VER = 3.2.30
-RPI_PATCHES = linux-3.2.27-807223a +RPI_PATCHES = linux-3.2.27-9245b4c
THISAPP = linux-$(VER) DL_FILE = linux-$(VER).tar.bz2 @@ -76,7 +76,7 @@ $(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE) rpi-patches-$(RPI_PATCHES).patch.xz = $(URL_IPFIRE)/rpi-patches-$(RPI_PATCHES).patch.xz
$(DL_FILE)_MD5 = d899e65520424a27661009ea43b28103 -rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = b072ccb2534ff910fd5867fc0da1b24a +rpi-patches-$(RPI_PATCHES).patch.xz_MD5 = c20baa8dc2527ce89a302862c3fc7f58
install : $(TARGET)
diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index 2143d23..bae9303 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -24,7 +24,7 @@
include Config
-VER = 9f7cff0 +VER = b87bc42 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 = 4de4db529fc2c0000d381d016675e115 +$(DL_FILE)_MD5 = 2e2bb3a72e9a13a90c60c84f76e77fa2
install : $(TARGET)
@@ -70,5 +70,5 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @cd / && tar axf $(DIR_DL)/$(DL_FILE) - cp $(DIR_SRC)/config/rpi-firmware/config.txt /boot + cp -f $(DIR_SRC)/config/rpi-firmware/config.txt /boot @$(POSTBUILD)
hooks/post-receive -- IPFire 2.x development tree