]> git.ipfire.org Git - people/bonnietwin/ipfire-2.x.git/blobdiff - lfs/pcengines-apu-firmware
Merge branch 'next' into temp-c163-development
[people/bonnietwin/ipfire-2.x.git] / lfs / pcengines-apu-firmware
index e430ad9a2081c4d2e33ac7ffaf5b19f32162c616..5879c1fceb65e674189178d0054f44800bdaa557 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2021  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        #
 
 include Config
 
-VER        = 4.11.0.5
+VER        = 4.15.0.1
 
 THISAPP    = pcengines-apu-firmware-$(VER)
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = pcengines-apu-firmware
-PAK_VER    = 5
-SUP_ARCH   = i586 x86_64
+PAK_VER    = 10
+SUP_ARCH   = x86_64
 
 DEPS       = firmware-update
 
@@ -45,19 +45,22 @@ objects = \
        apu2_v$(VER).rom \
        apu3_v$(VER).rom \
        apu4_v$(VER).rom \
-       apu5_v$(VER).rom
+       apu5_v$(VER).rom \
+       apu6_v$(VER).rom
 
 apu1_v$(VER).rom = $(DL_FROM)/apu1_v$(VER).rom
 apu2_v$(VER).rom = $(DL_FROM)/apu2_v$(VER).rom
 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
+apu6_v$(VER).rom = $(DL_FROM)/apu6_v$(VER).rom
 
-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
+apu1_v$(VER).rom_MD5 = 6b53385232624d48ec7c8fc7f0390413
+apu2_v$(VER).rom_MD5 = 062b6fe09e22077b7155f3eb3bf8ec34
+apu3_v$(VER).rom_MD5 = caa7a5b8d4977de9e4135ab1bc1d15dd
+apu4_v$(VER).rom_MD5 = ffc0f94f2d9c6c25e1d53e0386fbd20b
+apu5_v$(VER).rom_MD5 = e63e1f3392a414942ca65cfa46868665
+apu6_v$(VER).rom_MD5 = 9264657ad3fca49101b28901cf65f4bf
 
 install : $(TARGET)
 
@@ -67,7 +70,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
@@ -96,8 +99,3 @@ $(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