device-shift-axolotl: depend on fwupd and friends (MR 3457)
The SHIFT6mq (axolotl) now supports updating the bootloader via the new android-boot fwupd plugin. A big shoutout and heartfelt "Thank You!" to Dylan for working on this plugin and upstreaming it. Change-Id: I1d608ce293a152e9354ca117cd370952df3f41ad Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
This commit is contained in:
parent
a1a2f80a51
commit
67bfa9a8ff
1 changed files with 6 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
pkgname=device-shift-axolotl
|
||||
pkgdesc="SHIFT6mq"
|
||||
pkgver=5
|
||||
pkgrel=1
|
||||
pkgver=6
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -19,6 +19,10 @@ depends="
|
|||
soc-qcom-sdm845
|
||||
soc-qcom-sdm845-ucm
|
||||
soc-qcom-sdm845-qbootctl
|
||||
fwupd
|
||||
fwupd-plugin-android_boot
|
||||
fwupd-plugin-logind
|
||||
fwupd-plugin-upower
|
||||
"
|
||||
makedepends="devicepkg-dev"
|
||||
source="
|
||||
|
|
Loading…
Reference in a new issue