Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmbootstrap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
pmbootstrap
Merge requests
!1176
Add initial support for Zenfone 5 (t00f/t00j)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Imported
Add initial support for Zenfone 5 (t00f/t00j)
yxist:device/asus-t00f
into
master
Overview
3
Commits
3
Pipelines
0
Changes
9
Merged
Imported
Administrator
requested to merge
yxist:device/asus-t00f
into
master
7 years ago
Overview
3
Commits
3
Pipelines
0
Changes
9
Expand
Created by: yxist
Current status:
flashing only manually (intel phones have different bootimg format)
usb networking works
xorg works using fbdev
packages needed for wayland are not available for x86
touch works in xorg and osk-sdl
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
58b9849a
3 commits,
6 years ago
9 files
+
4664
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
aports/device/device-asus-t00f/APKBUILD
0 → 100644
+
38
−
0
Options
pkgname
=
"device-asus-t00f"
pkgdesc
=
"Asus Zenfone 5"
pkgver
=
0.1
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"noarch"
options
=
"!check"
depends
=
"linux-asus-t00f mkbootimg"
makedepends
=
"devicepkg-dev"
subpackages
=
"
$pkgname
-x11"
source
=
"
deviceinfo
xorg.conf
"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
install
-Dm644
"
$srcdir
"
/deviceinfo
\
"
$pkgdir
"
/etc/deviceinfo
devicepkg_package
$startdir
$pkgname
}
x11
()
{
install_if
=
"
$pkgname
xorg-server"
depends
=
"
libinput
xf86-input-libinput
xf86-video-fbdev"
install
-Dm644
"
$srcdir
"
/xorg.conf
\
"
$subpkgdir
"
/etc/X11/xorg.conf.d/10-t00f.conf
}
sha512sums
=
"77b946df23ecfb9084f377b733b983cfbadd62e46e2eeb48c873af4e8564c006ff4504f6f5c2ceaaf856ef30b4af9e09a194c0c3e9cb41c458f8181f111bed72 deviceinfo
2511fa519813061531757996fbbbb9eecae1a136d2e13149fd7afe04d19982c7eaa5ced8df57860bb816186f206915fcbd4a9e34fdf92b2c6efe3320a223c328 xorg.conf"
Loading