device/device-pine64-pinetab: setup Bluetooth (!820)
This commit is contained in:
parent
fab02c69bf
commit
e173b8e08b
@ -3,12 +3,12 @@
|
|||||||
pkgname="device-pine64-pinetab"
|
pkgname="device-pine64-pinetab"
|
||||||
pkgdesc="PINE64 PineTab"
|
pkgdesc="PINE64 PineTab"
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=13
|
pkgrel=14
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
options="!check !archcheck"
|
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"
|
makedepends="devicepkg-dev"
|
||||||
subpackages="
|
subpackages="
|
||||||
$pkgname-sway
|
$pkgname-sway
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/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
|
# We'll update the hwdb so that the meta key gets fixed
|
||||||
echo "UPDATING HWDB..."
|
echo "UPDATING HWDB..."
|
||||||
udevadm hwdb --update
|
udevadm hwdb --update
|
||||||
|
Loading…
x
Reference in New Issue
Block a user