Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
208b1177
Commit
208b1177
authored
7 years ago
by
Dimitris Zervas
Committed by
Martijn Braam
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added basic hammerhead config (NOT tested)
parent
0554fdbc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device-lg-hammerhead/APKBUILD
+24
-0
24 additions, 0 deletions
device-lg-hammerhead/APKBUILD
device-lg-hammerhead/deviceinfo
+26
-0
26 additions, 0 deletions
device-lg-hammerhead/deviceinfo
with
50 additions
and
0 deletions
device-lg-hammerhead/APKBUILD
0 → 100644
+
24
−
0
View file @
208b1177
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
=
"180b1cab6b0ed8c1448a1582dbb6081c81aa598bd923449293d8e41eb0dd245c92cea9b5bd30ce59009ce60801881952e9ac3a3ec6e971a894e24e22d42dee52 deviceinfo"
This diff is collapsed.
Click to expand it.
device-lg-hammerhead/deviceinfo
0 → 100644
+
26
−
0
View file @
208b1177
# 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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment