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