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:
Bhushan Shah 2018-05-13 18:28:11 +05:30 committed by Oliver Smith
parent a42155e7ef
commit 9df79865ee
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
2 changed files with 6 additions and 2 deletions

View File

@ -5,9 +5,9 @@ pkgdesc="Google Nexus 5"
url="https://github.com/postmarketOS" url="https://github.com/postmarketOS"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="postmarketos-base linux-postmarketos-qcom mkbootimg mesa-dri-freedreno" depends="postmarketos-base linux-postmarketos-qcom mkbootimg mesa-dri-freedreno ofono"
makedepends="" makedepends=""
install="" install="$pkgname.post-install"
subpackages="$pkgname-weston $pkgname-x11 $pkgname-nonfree-firmware:nonfree_firmware" subpackages="$pkgname-weston $pkgname-x11 $pkgname-nonfree-firmware:nonfree_firmware"
source=" source="
deviceinfo deviceinfo

View File

@ -0,0 +1,4 @@
#!/bin/sh
# Enable ofono
rc-update add ofono default