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:
Bart Ribbers 2021-12-14 15:08:56 +01:00
parent b91d951618
commit 43b99f23f3
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8
3 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,7 @@ arch="aarch64"
options="!check !archcheck" options="!check !archcheck"
depends=" depends="
alsa-ucm-conf>=1.2.6.2 alsa-ucm-conf>=1.2.6.2
eg25-manager>=0.4.2
iw iw
linux-pine64-pinephonepro linux-pine64-pinephonepro
mesa-dri-gallium mesa-dri-gallium
@ -18,6 +19,10 @@ depends="
" "
makedepends="devicepkg-dev" makedepends="devicepkg-dev"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware" subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
install="
$pkgname.post-install
$pkgname.post-upgrade
"
source=" source="
deviceinfo deviceinfo
extlinux.conf extlinux.conf

View file

@ -0,0 +1,3 @@
#!/bin/sh
rc-update add eg25-manager default

View file

@ -0,0 +1 @@
device-pine64-pinephonepro.post-install