pine64-pinephonepro: depend on and enable eg25-manager (MR 2742)
Since eg25-manager 0.4.2 the PPP is supported and together with the 5.16_rc4 kernel (and higher) it works as expected
This commit is contained in:
parent
b91d951618
commit
43b99f23f3
3 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,7 @@ arch="aarch64"
|
|||
options="!check !archcheck"
|
||||
depends="
|
||||
alsa-ucm-conf>=1.2.6.2
|
||||
eg25-manager>=0.4.2
|
||||
iw
|
||||
linux-pine64-pinephonepro
|
||||
mesa-dri-gallium
|
||||
|
@ -18,6 +19,10 @@ depends="
|
|||
"
|
||||
makedepends="devicepkg-dev"
|
||||
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
||||
install="
|
||||
$pkgname.post-install
|
||||
$pkgname.post-upgrade
|
||||
"
|
||||
source="
|
||||
deviceinfo
|
||||
extlinux.conf
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
rc-update add eg25-manager default
|
|
@ -0,0 +1 @@
|
|||
device-pine64-pinephonepro.post-install
|
Loading…
Add table
Reference in a new issue