device/device-pine64-pinephone: setup Bluetooth (!820)
This commit is contained in:
parent
920afebc59
commit
fab02c69bf
2 changed files with 5 additions and 2 deletions
|
@ -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="
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
#!/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
|
||||
|
|
Loading…
Reference in a new issue