diff --git a/device/device-lg-hammerhead/APKBUILD b/device/device-lg-hammerhead/APKBUILD index eabcd4ec5..4d4482d59 100644 --- a/device/device-lg-hammerhead/APKBUILD +++ b/device/device-lg-hammerhead/APKBUILD @@ -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 diff --git a/device/device-lg-hammerhead/device-lg-hammerhead.post-install b/device/device-lg-hammerhead/device-lg-hammerhead.post-install new file mode 100644 index 000000000..f3cc5122e --- /dev/null +++ b/device/device-lg-hammerhead/device-lg-hammerhead.post-install @@ -0,0 +1,4 @@ +#!/bin/sh + +# Enable ofono +rc-update add ofono default