main/postmarketos-ui-asteroid: enable connman by default (MR 2174)
The Mer stack that Asteroid uses actually uses connman by default rather than NetworkManager, so let's enable it by default SSH still works at least on Qemu
This commit is contained in:
parent
cf3ab15cc4
commit
e81f217a6d
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||||
pkgname=postmarketos-ui-asteroid
|
pkgname=postmarketos-ui-asteroid
|
||||||
pkgver=0.1
|
pkgver=0.1
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="(Wayland) Smartwatch UI from AsteroidOS"
|
pkgdesc="(Wayland) Smartwatch UI from AsteroidOS"
|
||||||
url="https://wiki.postmarketos.org/wiki/AsteroidOS"
|
url="https://wiki.postmarketos.org/wiki/AsteroidOS"
|
||||||
# armhf blocked by asteroid-launcher
|
# armhf blocked by asteroid-launcher
|
||||||
|
|
|
@ -4,4 +4,5 @@ rc-update add tinydm default
|
||||||
rc-update add bluetooth default
|
rc-update add bluetooth default
|
||||||
rc-update add mce default
|
rc-update add mce default
|
||||||
rc-update add usb-moded default
|
rc-update add usb-moded default
|
||||||
|
rc-update add connman default
|
||||||
tinydm-set-session -s /usr/share/wayland-sessions/asteroid.desktop
|
tinydm-set-session -s /usr/share/wayland-sessions/asteroid.desktop
|
||||||
|
|
Loading…
Reference in a new issue