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
e173b8e0
Unverified
Commit
e173b8e0
authored
5 years ago
by
Luca Weiss
Committed by
Alexey Minnekhanov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
device/device-pine64-pinetab: setup Bluetooth (
!820
)
parent
fab02c69
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#197823
passed
5 years ago
Stage: first
Stage: second
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/device-pine64-pinetab/APKBUILD
+2
-2
2 additions, 2 deletions
device/device-pine64-pinetab/APKBUILD
device/device-pine64-pinetab/device-pine64-pinetab.post-install
+4
-0
4 additions, 0 deletions
.../device-pine64-pinetab/device-pine64-pinetab.post-install
with
6 additions
and
2 deletions
device/device-pine64-pinetab/APKBUILD
+
2
−
2
View file @
e173b8e0
...
...
@@ -3,12 +3,12 @@
pkgname
=
"device-pine64-pinetab"
pkgdesc
=
"PINE64 PineTab"
pkgver
=
0.1
pkgrel
=
1
3
pkgrel
=
1
4
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"aarch64"
options
=
"!check !archcheck"
depends
=
"postmarketos-base linux-postmarketos-allwinner u-boot-pine64 uboot-tools mesa-git-dri-gallium"
depends
=
"postmarketos-base linux-postmarketos-allwinner u-boot-pine64 uboot-tools mesa-git-dri-gallium
bluez
"
makedepends
=
"devicepkg-dev"
subpackages
=
"
$pkgname
-sway
...
...
This diff is collapsed.
Click to expand it.
device/device-pine64-pinetab/device-pine64-pinetab.post-install
+
4
−
0
View file @
e173b8e0
#!/bin/sh
sed
-i
's|#Name = BlueZ|Name = PINE64 PineTab|'
/etc/bluetooth/main.conf
rc-update add bluetooth default
# We'll update the hwdb so that the meta key gets fixed
echo
"UPDATING HWDB..."
udevadm hwdb
--update
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