Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
ec015cce
Unverified
Commit
ec015cce
authored
4 years ago
by
Daniele Debernardi
Committed by
Oliver Smith
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
firmware/firmware-samsung-espresso10: fix linting issues (MR 900)
[ci:ignore-count]
parent
ad188996
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#194238
passed
4 years ago
Stage: first
Stage: second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
firmware/firmware-samsung-espresso10/APKBUILD
+7
-9
7 additions, 9 deletions
firmware/firmware-samsung-espresso10/APKBUILD
with
7 additions
and
9 deletions
firmware/firmware-samsung-espresso10/APKBUILD
+
7
−
9
View file @
ec015cce
pkgname
=
firmware-samsung-espresso10
pkgver
=
1
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Samsung Galaxy Tab 2 Firmware"
url
=
"https://github.com/TheMuppets/proprietary_vendor_samsung"
arch
=
"armv7"
license
=
"proprietary"
options
=
"!check"
options
=
"!check
!strip !archcheck !spdx
"
# Source
_files
=
"
bcmdhd_apsta.bin
bcmdhd_p2p.bin
bcmdhd_sta.bin
nvram_net.txt
"
_commit
=
"89fe5020dbaf2920dece954ce86aa2edf3389852"
_url
=
"https://github.com/TheMuppets/proprietary_vendor_samsung/raw/
$_commit
/espresso-common/proprietary/system/etc/wifi"
_files
=
"bcmdhd_apsta.bin
bcmdhd_p2p.bin
bcmdhd_sta.bin
nvram_net.txt"
for
_i
in
$_files
;
do
source
=
"
$source
$pkgname
-
$_commit
-
$_i
::
$_url
/
$_i
"
;
done
...
...
@@ -23,7 +21,7 @@ done
package
()
{
for
_i
in
$_files
;
do
install
-Dm644
"
$srcdir
/
$pkgname
-
$_commit
-
$_i
"
\
"
$pkgdir
/lib/firmware/postmarketos/
$_i
"
"
$pkgdir
"
/lib/firmware/postmarketos/
"
$_i
"
done
}
sha512sums
=
"a4c740f11cdc7123adeed80c616c35bbdce42c8e71cbb7cfb447f8c4537a45cf0fb0419a86d02a834ae518a6674b9cd1e9de05e0b4ec8c7e6e5c40fbd32d1a41 firmware-samsung-espresso10-89fe5020dbaf2920dece954ce86aa2edf3389852-bcmdhd_apsta.bin
...
...
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