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
Merge requests
!6009
device-samsung-starqltechn: add non free firmware package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
device-samsung-starqltechn: add non free firmware package
dsankouski/pmaports:starqltechn_add_nonfree_firmware
into
master
Overview
6
Commits
1
Pipelines
9
Changes
1
Merged
Dzmitry
requested to merge
dsankouski/pmaports:starqltechn_add_nonfree_firmware
into
master
1 month ago
Overview
6
Commits
1
Pipelines
9
Changes
1
Expand
Add non free firmware subpackage to starqltechn device.
2
0
Merge request reports
Compare
master
version 8
28d1e10d
1 month ago
version 7
446f1f1b
1 month ago
version 6
3fff5b6d
1 month ago
version 5
1fac3372
1 month ago
version 4
9357a750
1 month ago
version 3
92fd784c
1 month ago
version 2
654e23b8
1 month ago
version 1
36e3643d
1 month ago
master (base)
and
latest version
latest version
a3ff803d
1 commit,
1 month ago
version 8
28d1e10d
1 commit,
1 month ago
version 7
446f1f1b
1 commit,
1 month ago
version 6
3fff5b6d
1 commit,
1 month ago
version 5
1fac3372
1 commit,
1 month ago
version 4
9357a750
1 commit,
1 month ago
version 3
92fd784c
1 commit,
1 month ago
version 2
654e23b8
1 commit,
1 month ago
version 1
36e3643d
1 commit,
1 month ago
1 file
+
12
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
device/testing/device-samsung-starqltechn/APKBUILD
+
12
−
2
Options
@@ -2,12 +2,22 @@
pkgname
=
device-samsung-starqltechn
pkgdesc
=
"Samsung Galaxy S9 SM-G9600"
pkgver
=
7
pkgrel
=
0
pkgrel
=
1
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"aarch64"
options
=
"!check !archcheck"
depends
=
"postmarketos-base linux-postmarketos-qcom-sdm845 mkbootimg u-boot-starqltechn u-boot-tools dtc"
depends
=
"
postmarketos-base
linux-postmarketos-qcom-sdm845
mkbootimg
u-boot-starqltechn
u-boot-tools
dtc
firmware-samsung-sdm845
soc-qcom-sdm845-nonfree-firmware
soc-qcom-sdm845-modem
"
makedepends
=
"devicepkg-dev dtc"
source
=
"deviceinfo boot_image.its payload_mock.dts bootscript.sh"
Loading