From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] pcengines-apu-firmware: update to v4.11.0.5 Date: Mon, 06 Apr 2020 20:38:15 +0200 Message-ID: In-Reply-To: <20200406164235.3105-1-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8087474025372322643==" List-Id: --===============8087474025372322643== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Signed-off-by: Arne Fitzenreiter > --- > lfs/pcengines-apu-firmware | 21 +++++++++++++-------- > 1 file changed, 13 insertions(+), 8 deletions(-) >=20 > diff --git a/lfs/pcengines-apu-firmware b/lfs/pcengines-apu-firmware > index dd76004f8..e430ad9a2 100644 > --- a/lfs/pcengines-apu-firmware > +++ b/lfs/pcengines-apu-firmware > @@ -1,7 +1,7 @@ > ##########################################################################= ##### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2019 IPFire Team = # > +# Copyright (C) 2007-2020 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,14 +24,14 @@ > =20 > include Config > =20 > -VER =3D 4.10.0.3 > +VER =3D 4.11.0.5 > =20 > THISAPP =3D pcengines-apu-firmware-$(VER) > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D pcengines-apu-firmware > -PAK_VER =3D 4 > +PAK_VER =3D 5 > SUP_ARCH =3D i586 x86_64 > =20 > DEPS =3D firmware-update > @@ -53,11 +53,11 @@ apu3_v$(VER).rom =3D $(DL_FROM)/apu3_v$(VER).rom > apu4_v$(VER).rom =3D $(DL_FROM)/apu4_v$(VER).rom > apu5_v$(VER).rom =3D $(DL_FROM)/apu5_v$(VER).rom > =20 > -apu1_v$(VER).rom_MD5 =3D f996d2272685683b1bf8be1f27b44f18 > -apu2_v$(VER).rom_MD5 =3D 1ec2df4c0f9be2443192fead8e3b49e9 > -apu3_v$(VER).rom_MD5 =3D 4a5cee9b621432627d7f3dcbb6191904 > -apu4_v$(VER).rom_MD5 =3D a4a8bd06ebfa88907f5a4ddb6d7c3edc > -apu5_v$(VER).rom_MD5 =3D c389d490d02810bf65f0f3abb461070e > +apu1_v$(VER).rom_MD5 =3D eb9513cdb9bb212db524307d71d9f87c > +apu2_v$(VER).rom_MD5 =3D e3ce78e1cbc1eb35b10d97349afabf04 > +apu3_v$(VER).rom_MD5 =3D 42ece2873efc4a4b86bb507df40423c6 > +apu4_v$(VER).rom_MD5 =3D e5eb7a15efbfc1a434d3bd48d1bc5062 > +apu5_v$(VER).rom_MD5 =3D f2924f98bbb1e2816760103ab045a175 > =20 > install : $(TARGET) > =20 > @@ -96,3 +96,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > /lib/firmware/pcengines/apu > =20 > @$(POSTBUILD) > +eb9513cdb9bb212db524307d71d9f87c cache/apu1_v4.11.0.5.rom > +e3ce78e1cbc1eb35b10d97349afabf04 cache/apu2_v4.11.0.5.rom > +42ece2873efc4a4b86bb507df40423c6 cache/apu3_v4.11.0.5.rom > +e5eb7a15efbfc1a434d3bd48d1bc5062 cache/apu4_v4.11.0.5.rom > +f2924f98bbb1e2816760103ab045a175 cache/apu5_v4.11.0.5.rom >=20 --===============8087474025372322643==--