Skip to content
Snippets Groups Projects
Unverified Commit e173b8e0 authored by Luca Weiss's avatar Luca Weiss Committed by Alexey Minnekhanov
Browse files

device/device-pine64-pinetab: setup Bluetooth (!820)

parent fab02c69
No related branches found
No related tags found
No related merge requests found
Pipeline #197823 passed
......@@ -3,12 +3,12 @@
pkgname="device-pine64-pinetab"
pkgdesc="PINE64 PineTab"
pkgver=0.1
pkgrel=13
pkgrel=14
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
......
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment