lg-hammerhead: enable ofono by default on hammerhead (#1485)
- Depend on ofono from device-lg-hammerhead - From postinstall script of device-lg-hammerhead enable ofono by default
This commit is contained in:
parent
c36aeec04e
commit
f57b1704e9
2 changed files with 6 additions and 2 deletions
|
@ -5,9 +5,9 @@ pkgdesc="Google Nexus 5"
|
|||
url="https://github.com/postmarketOS"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="postmarketos-base linux-postmarketos-qcom mkbootimg mesa-dri-freedreno"
|
||||
depends="postmarketos-base linux-postmarketos-qcom mkbootimg mesa-dri-freedreno ofono"
|
||||
makedepends=""
|
||||
install=""
|
||||
install="$pkgname.post-install"
|
||||
subpackages="$pkgname-weston $pkgname-x11 $pkgname-nonfree-firmware:nonfree_firmware"
|
||||
source="
|
||||
deviceinfo
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Enable ofono
|
||||
rc-update add ofono default
|
Loading…
Reference in a new issue