Skip to content
Snippets Groups Projects
Unverified Commit 4f1ef67a authored by Newbyte's avatar Newbyte :snowflake:
Browse files

purism-librem5dev: remove gpsd config

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.
parent 4b40d61b
No related branches found
No related tags found
No related merge requests found
Pipeline #205716 passed
......@@ -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"
......
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment