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
59e0e88c
Commit
59e0e88c
authored
9 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
f233664f
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
+6
-6
6 additions, 6 deletions
package/kernel/brcm2708-gpu-fw/Makefile
with
6 additions
and
6 deletions
package/kernel/brcm2708-gpu-fw/Makefile
+
6
−
6
View file @
59e0e88c
...
...
@@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
include
$(INCLUDE_DIR)/kernel.mk
PKG_NAME
:=
brcm2708-gpu-fw
PKG_REV
:=
0
46effa13ebc4cc7601df4f06f4834bd0eebb0f8
PKG_RELEASE
:=
1
PKG_REV
:=
0
a96f63b75d23567320e74767d3ce11002397af7
PKG_RELEASE
:=
2
PKG_BUILD_DIR
:=
$(
KERNEL_BUILD_DIR
)
/
$(
PKG_NAME
)
/rpi-firmware-
$(
PKG_REV
)
...
...
@@ -39,7 +39,7 @@ define Download/fixup_dat
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-fixup
.dat
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
fixup.dat
MD5SUM
:=
70a8da83d2d1bbd27ec783db52ca076d
MD5SUM
:=
02852a808079b1498387b65f98926da0
endef
$(
eval
$(
call Download,fixup_dat
))
...
...
@@ -47,7 +47,7 @@ define Download/fixup_cd_dat
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-fixup_cd
.dat
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
fixup_cd.dat
MD5SUM
:=
3da1bb858629729ef11860871bdc0169
MD5SUM
:=
0f99d55bccf99b661459e0aefd1c6661
endef
$(
eval
$(
call Download,fixup_cd_dat
))
...
...
@@ -55,7 +55,7 @@ define Download/start_elf
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-start
.elf
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
start.elf
MD5SUM
:=
b9e68841248012ddb2405504d8bd1070
MD5SUM
:=
8e91da6dd80427c8706a6ae46b8ebd57
endef
$(
eval
$(
call Download,start_elf
))
...
...
@@ -63,7 +63,7 @@ define Download/start_cd_elf
FILE
:=
$(
RPI_FIRMWARE_FILE
)
-start_cd
.elf
URL
:=
$(
RPI_FIRMWARE_URL
)
URL_FILE
:=
start_cd.elf
MD5SUM
:=
a0646b9e425febdad30d515b0480fd45
MD5SUM
:=
ffb88ae4dfdd081b60a0beb4f123cfef
endef
$(
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