Merge pull request #16 from dzervas/master

Hammerhead base config
This commit is contained in:
Oliver Smith 2017-05-30 19:08:32 +00:00 committed by GitHub
commit 8d38cd52a5
2 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,24 @@
pkgname=device-lg-hammerhead
pkgver=1
pkgrel=1
pkgdesc="Google Nexus 5"
url="https://github.com/postmarketOS"
arch="noarch"
license="FIXME"
depends="linux-lg-hammerhead"
makedepends=""
install=""
subpackages=""
source="deviceinfo"
options="!check"
build() {
return 0
}
package() {
install -D -m644 "$srcdir"/deviceinfo \
"$pkgdir"/etc/deviceinfo
}
sha512sums="5668c5c2d3115e5af7d2e4528f5376d3a6dcdbf3d3c9f8ed36b483cc97300736196f976825ca0a9a2bb4b69cd29a38483142cefd27990f7eae7f34c342877102 deviceinfo"

View File

@ -0,0 +1,26 @@
# This document format is a draft.
# You can source it in shell scripts.
# Use only double quotes.
deviceinfo_format_version="0"
deviceinfo_name="Google Nexus 5"
deviceinfo_manufacturer="LG"
deviceinfo_date=""
deviceinfo_keyboard="false"
deviceinfo_nonfree="????"
deviceinfo_dtb=""
deviceinfo_modules=""
deviceinfo_modules_initfs=""
deviceinfo_external_disk="false"
deviceinfo_external_disk_install="false"
deviceinfo_flash_methods="fastboot"
deviceinfo_arch="armhf"
# You can for example extract these from an existing boot.img
deviceinfo_flash_offset_base="0"
deviceinfo_flash_offset_kernel="0x00008000"
deviceinfo_flash_offset_ramdisk="0x02900000"
deviceinfo_flash_offset_second=""
deviceinfo_flash_offset_tags="0x02700000"
deviceinfo_flash_pagesize="2048"