public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] pcengines-apu-firmware: update to v4.11.0.5
@ 2020-04-06 16:42 Arne Fitzenreiter
  2020-04-06 18:38 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Arne Fitzenreiter @ 2020-04-06 16:42 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2614 bytes --]

Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
 lfs/pcengines-apu-firmware | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

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  <info(a)ipfire.org>                     #
+# Copyright (C) 2007-2020  IPFire Team  <info(a)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,14 +24,14 @@
 
 include Config
 
-VER        = 4.10.0.3
+VER        = 4.11.0.5
 
 THISAPP    = pcengines-apu-firmware-$(VER)
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = pcengines-apu-firmware
-PAK_VER    = 4
+PAK_VER    = 5
 SUP_ARCH   = i586 x86_64
 
 DEPS       = firmware-update
@@ -53,11 +53,11 @@ apu3_v$(VER).rom = $(DL_FROM)/apu3_v$(VER).rom
 apu4_v$(VER).rom = $(DL_FROM)/apu4_v$(VER).rom
 apu5_v$(VER).rom = $(DL_FROM)/apu5_v$(VER).rom
 
-apu1_v$(VER).rom_MD5 = f996d2272685683b1bf8be1f27b44f18
-apu2_v$(VER).rom_MD5 = 1ec2df4c0f9be2443192fead8e3b49e9
-apu3_v$(VER).rom_MD5 = 4a5cee9b621432627d7f3dcbb6191904
-apu4_v$(VER).rom_MD5 = a4a8bd06ebfa88907f5a4ddb6d7c3edc
-apu5_v$(VER).rom_MD5 = c389d490d02810bf65f0f3abb461070e
+apu1_v$(VER).rom_MD5 = eb9513cdb9bb212db524307d71d9f87c
+apu2_v$(VER).rom_MD5 = e3ce78e1cbc1eb35b10d97349afabf04
+apu3_v$(VER).rom_MD5 = 42ece2873efc4a4b86bb507df40423c6
+apu4_v$(VER).rom_MD5 = e5eb7a15efbfc1a434d3bd48d1bc5062
+apu5_v$(VER).rom_MD5 = f2924f98bbb1e2816760103ab045a175
 
 install : $(TARGET)
 
@@ -96,3 +96,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 		/lib/firmware/pcengines/apu
 
 	@$(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
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] pcengines-apu-firmware: update to v4.11.0.5
  2020-04-06 16:42 [PATCH] pcengines-apu-firmware: update to v4.11.0.5 Arne Fitzenreiter
@ 2020-04-06 18:38 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2020-04-06 18:38 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2784 bytes --]

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
> ---
>  lfs/pcengines-apu-firmware | 21 +++++++++++++--------
>  1 file changed, 13 insertions(+), 8 deletions(-)
> 
> 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  <info(a)ipfire.org>                     #
> +# Copyright (C) 2007-2020  IPFire Team  <info(a)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,14 +24,14 @@
>  
>  include Config
>  
> -VER        = 4.10.0.3
> +VER        = 4.11.0.5
>  
>  THISAPP    = pcengines-apu-firmware-$(VER)
>  DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  PROG       = pcengines-apu-firmware
> -PAK_VER    = 4
> +PAK_VER    = 5
>  SUP_ARCH   = i586 x86_64
>  
>  DEPS       = firmware-update
> @@ -53,11 +53,11 @@ apu3_v$(VER).rom = $(DL_FROM)/apu3_v$(VER).rom
>  apu4_v$(VER).rom = $(DL_FROM)/apu4_v$(VER).rom
>  apu5_v$(VER).rom = $(DL_FROM)/apu5_v$(VER).rom
>  
> -apu1_v$(VER).rom_MD5 = f996d2272685683b1bf8be1f27b44f18
> -apu2_v$(VER).rom_MD5 = 1ec2df4c0f9be2443192fead8e3b49e9
> -apu3_v$(VER).rom_MD5 = 4a5cee9b621432627d7f3dcbb6191904
> -apu4_v$(VER).rom_MD5 = a4a8bd06ebfa88907f5a4ddb6d7c3edc
> -apu5_v$(VER).rom_MD5 = c389d490d02810bf65f0f3abb461070e
> +apu1_v$(VER).rom_MD5 = eb9513cdb9bb212db524307d71d9f87c
> +apu2_v$(VER).rom_MD5 = e3ce78e1cbc1eb35b10d97349afabf04
> +apu3_v$(VER).rom_MD5 = 42ece2873efc4a4b86bb507df40423c6
> +apu4_v$(VER).rom_MD5 = e5eb7a15efbfc1a434d3bd48d1bc5062
> +apu5_v$(VER).rom_MD5 = f2924f98bbb1e2816760103ab045a175
>  
>  install : $(TARGET)
>  
> @@ -96,3 +96,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  		/lib/firmware/pcengines/apu
>  
>  	@$(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
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-06 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 16:42 [PATCH] pcengines-apu-firmware: update to v4.11.0.5 Arne Fitzenreiter
2020-04-06 18:38 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox