Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
c17f02d2
Commit
c17f02d2
authored
8 years ago
by
Álvaro Fernández Rojas
Browse files
Options
Downloads
Patches
Plain Diff
brcm2708-gpu-fw: update to latest version
Signed-off-by:
Álvaro Fernández Rojas
<
noltari@gmail.com
>
parent
ece009db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/kernel/brcm2708-gpu-fw/Makefile
+7
-7
7 additions, 7 deletions
package/kernel/brcm2708-gpu-fw/Makefile
with
7 additions
and
7 deletions
package/kernel/brcm2708-gpu-fw/Makefile
+
7
−
7
View file @
c17f02d2
...
@@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
...
@@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
include
$(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
brcm2708-gpu-fw
PKG_NAME
:=
brcm2708-gpu-fw
PKG_VERSION
:=
2016-0
4-24
PKG_VERSION
:=
2016-0
6-08
PKG_RELEASE
:=
ea9087f2e0a3d155763dd5d04dd5c0bf95d63a05
PKG_RELEASE
:=
70143fe9d371cd6486a80d6765e93b5574212b64
PKG_BUILD_DIR
:=
$(
KERNEL_BUILD_DIR
)
/
$(
PKG_NAME
)
/rpi-firmware-
$(
PKG_RELEASE
)
PKG_BUILD_DIR
:=
$(
KERNEL_BUILD_DIR
)
/
$(
PKG_NAME
)
/rpi-firmware-
$(
PKG_RELEASE
)
...
@@ -33,7 +33,7 @@ define Download/bootcode_bin
...
@@ -33,7 +33,7 @@ define Download/bootcode_bin
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-bootcode
.bin
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-bootcode
.bin
URL
:=
$(
RPI_FIRMWARE_URL
)
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
bootcode.bin
URL_FILE
:=
bootcode.bin
MD5SUM
:=
0a844d5ceadba293d3945ef542851af9
MD5SUM
:=
5bbb5f25dfe16f2871d5defcc48ac9ff
endef
endef
$(
eval
$(
call Download,bootcode_bin
))
$(
eval
$(
call Download,bootcode_bin
))
...
@@ -41,7 +41,7 @@ define Download/fixup_dat
...
@@ -41,7 +41,7 @@ define Download/fixup_dat
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-fixup
.dat
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-fixup
.dat
URL
:=
$(
RPI_FIRMWARE_URL
)
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
fixup.dat
URL_FILE
:=
fixup.dat
MD5SUM
:=
903124abd20debb05c1c32e6bb138ac9
MD5SUM
:=
c85a8a7fd6f1012dedb979d5a5350135
endef
endef
$(
eval
$(
call Download,fixup_dat
))
$(
eval
$(
call Download,fixup_dat
))
...
@@ -49,7 +49,7 @@ define Download/fixup_cd_dat
...
@@ -49,7 +49,7 @@ define Download/fixup_cd_dat
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-fixup_cd
.dat
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-fixup_cd
.dat
URL
:=
$(
RPI_FIRMWARE_URL
)
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
fixup_cd.dat
URL_FILE
:=
fixup_cd.dat
MD5SUM
:=
8f36ed2e03bf7fe8ceda6dff7ae97dcd
MD5SUM
:=
1e6c0d6c576956282b498f255eb12d3b
endef
endef
$(
eval
$(
call Download,fixup_cd_dat
))
$(
eval
$(
call Download,fixup_cd_dat
))
...
@@ -57,7 +57,7 @@ define Download/start_elf
...
@@ -57,7 +57,7 @@ define Download/start_elf
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-start
.elf
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-start
.elf
URL
:=
$(
RPI_FIRMWARE_URL
)
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
start.elf
URL_FILE
:=
start.elf
MD5SUM
:=
a96bfa4f952e579f0ef0907b052c5c56
MD5SUM
:=
94f8e421d6e46e89a60aa001af63844e
endef
endef
$(
eval
$(
call Download,start_elf
))
$(
eval
$(
call Download,start_elf
))
...
@@ -65,7 +65,7 @@ define Download/start_cd_elf
...
@@ -65,7 +65,7 @@ define Download/start_cd_elf
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-start_cd
.elf
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-start_cd
.elf
URL
:=
$(
RPI_FIRMWARE_URL
)
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
start_cd.elf
URL_FILE
:=
start_cd.elf
MD5SUM
:=
3659309e2b0bc5e54d7822136a4277d9
MD5SUM
:=
0a9082c25af181cbf16338de2362d5d6
endef
endef
$(
eval
$(
call Download,start_cd_elf
))
$(
eval
$(
call Download,start_cd_elf
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment