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

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

parent 920afebc
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname="device-pine64-pinephone"
pkgdesc="PINE64 PinePhone"
pkgver=0.1
pkgrel=25
pkgrel=26
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
......@@ -11,7 +11,7 @@ options="!check !archcheck"
subpackages="
$pkgname-nonfree-firmware:nonfree_firmware
"
depends="postmarketos-base u-boot-pine64 uboot-tools mesa-git-dri-gallium linux-postmarketos-allwinner ofono ofono-openrc gpsd atinout"
depends="postmarketos-base u-boot-pine64 uboot-tools mesa-git-dri-gallium linux-postmarketos-allwinner ofono ofono-openrc gpsd atinout bluez"
makedepends="devicepkg-dev"
install="$pkgname.post-install"
source="
......
#!/bin/sh
sed -i 's|#Name = BlueZ|Name = PINE64 PinePhone|' /etc/bluetooth/main.conf
rc-update add bluetooth default
rc-update add ofono default
rc-update add eg25 default
rc-update add gpsd default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment