mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 05:22:59 +02:00
rpi-firmware: update to 234c19d.
This commit is contained in:
@@ -24,13 +24,15 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = ipf2
|
||||
VER = 234c19d
|
||||
|
||||
THISAPP = raspberrypi-firmware_$(VER)
|
||||
THISAPP = rpi-firmware-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
|
||||
SUP_ARCH = armv5tel
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
@@ -39,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = e79be217f9d6c0a882a21b7c8614e804
|
||||
$(DL_FILE)_MD5 = 46d92089ff8d4da355954f7c2296e311
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user