purism-librem5dev: remove gpsd config (MR 4507)
And don't bother disabling the gpsd service given how unlikely it is that someone is doing something serious with this device, let alone having it in the first place. Plus, it's in testing. [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
5a2aafd62a
commit
24b0744ae4
2 changed files with 1 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=device-purism-librem5dev
|
||||
pkgdesc="Purism Librem 5 Devkit"
|
||||
pkgver=1.4
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -12,7 +12,6 @@ depends="postmarketos-base
|
|||
linux-purism-librem5
|
||||
u-boot-tools
|
||||
u-boot-librem5-devkit
|
||||
gpsd
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
_confver=16
|
||||
|
@ -29,7 +28,6 @@ subpackages="
|
|||
$pkgname-phosh
|
||||
$pkgname-pulseaudio
|
||||
"
|
||||
install="$pkgname.post-install"
|
||||
|
||||
build() {
|
||||
mkimage -A arm64 -C none -O linux -T script -d "$srcdir/uboot-script.cmd" "$srcdir/boot.scr"
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Enable GPS support
|
||||
rc-update add gpsd default
|
||||
sed -i 's/DEVICE=\"\"/DEVICE=\"\/dev\/ttymxc2\"/' /etc/conf.d/gpsd
|
||||
sed -i 's/BAUDRATE=\"4800\"/BAUDRATE=\"9600\"/' /etc/conf.d/gpsd
|
Loading…
Reference in a new issue