From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, thirteen, updated. 697bb572d905ae0edf522a111db5a5a60e4a3506 Date: Wed, 26 Sep 2012 17:11:01 +0200 Message-ID: <20120926151102.371D1200BB@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1524329531556620443==" List-Id: --===============1524329531556620443== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Date: Wed Sep 26 17:10:20 2012 +0200 kernel: update rpi-patchset to 9245b4c. commit b8be89c89bddec7be0b6fdafd72bab52ad68139f Author: Arne Fitzenreiter 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 =20 VER =3D 3.2.30 =20 -RPI_PATCHES =3D linux-3.2.27-807223a +RPI_PATCHES =3D linux-3.2.27-9245b4c =20 THISAPP =3D linux-$(VER) DL_FILE =3D linux-$(VER).tar.bz2 @@ -76,7 +76,7 @@ $(DL_FILE) =3D $(URL_IPFIRE)/$(DL_FILE) rpi-patches-$(RPI_PATCHES).patch.xz =3D $(URL_IPFIRE)/rpi-patches-$(RPI_PATC= HES).patch.xz =20 $(DL_FILE)_MD5 =3D d899e65520424a27661009ea43b28103 -rpi-patches-$(RPI_PATCHES).patch.xz_MD5 =3D b072ccb2534ff910fd5867fc0da1b24a +rpi-patches-$(RPI_PATCHES).patch.xz_MD5 =3D c20baa8dc2527ce89a302862c3fc7f58 =20 install : $(TARGET) =20 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 @@ =20 include Config =20 -VER =3D 9f7cff0 +VER =3D b87bc42 THISAPP =3D rpi-firmware-$(VER) DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 4de4db529fc2c0000d381d016675e115 +$(DL_FILE)_MD5 =3D 2e2bb3a72e9a13a90c60c84f76e77fa2 =20 install : $(TARGET) =20 @@ -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 --===============1524329531556620443==--