device/device-pine64-pinetab: setup Bluetooth (!820)
This commit is contained in:
parent
fab02c69bf
commit
e173b8e08b
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
#!/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
|
||||
|
|
Loading…
Add table
Reference in a new issue