diff --git a/device/testing/linux-htc-flounder/APKBUILD b/device/testing/linux-htc-flounder/APKBUILD index 906a90107..9a18846ff 100644 --- a/device/testing/linux-htc-flounder/APKBUILD +++ b/device/testing/linux-htc-flounder/APKBUILD @@ -1,7 +1,7 @@ maintainer="" pkgname=linux-htc-flounder pkgver=6.19.0 -pkgrel=1 +pkgrel=2 pkgdesc="Google Nexus 9 kernel fork" arch="aarch64" _carch="arm64" @@ -50,6 +50,9 @@ package() { install -Dm644 "$builddir/arch/$_carch/boot/Image.gz" \ "$pkgdir/boot/vmlinuz" + install -Dm644 "$builddir/include/config/kernel.release" \ + "$pkgdir/usr/share/kernel/$_flavor/kernel.release" + make modules_install dtbs_install \ ARCH="$_carch" \ LLVM=1 \