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
58ffcc6b
Verified
Commit
58ffcc6b
authored
4 months ago
by
ΞЖKƆ/QVH
Committed by
Robert Eckelmann
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
device-linksys-shelby: new device (MR 5938)
parent
a4b2fa21
Branches
Branches containing commit
No related tags found
1 merge request
!5938
linux-postmarketos-marvell: new aport and device-linksys-shelby: newdevice
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/testing/device-linksys-shelby/APKBUILD
+32
-0
32 additions, 0 deletions
device/testing/device-linksys-shelby/APKBUILD
device/testing/device-linksys-shelby/deviceinfo
+36
-0
36 additions, 0 deletions
device/testing/device-linksys-shelby/deviceinfo
with
68 additions
and
0 deletions
device/testing/device-linksys-shelby/APKBUILD
0 → 100644
+
32
−
0
View file @
58ffcc6b
# Reference: <https://postmarketos.org/devicepkg>
# Maintainer: exkc <exkc@exkc.moe>
pkgname
=
device-linksys-shelby
pkgdesc
=
"Linksys WRT1900ACS/WRT1900ACS V2"
pkgver
=
0
pkgrel
=
0
url
=
"https://postmarketos.org"
license
=
"MIT"
arch
=
"armv7"
options
=
"!check !archcheck"
depends
=
"
linux-postmarketos-marvell
postmarketos-base
u-boot-tools
"
makedepends
=
"devicepkg-dev"
source
=
"
deviceinfo
"
build
()
{
devicepkg_build
$startdir
$pkgname
}
package
()
{
devicepkg_package
$startdir
$pkgname
}
sha512sums
=
"
d6d1ca8cfe681c739e5511dd71fa1f12240712ab59d2bb2f52dc5737bfad315d04e01fdcc567092640a3b8f3f8f9e4140302bcaba5dfb646a6fa570ea043ca6f deviceinfo
"
This diff is collapsed.
Click to expand it.
device/testing/device-linksys-shelby/deviceinfo
0 → 100644
+
36
−
0
View file @
58ffcc6b
# Reference: <https://postmarketos.org/deviceinfo>
# Please use double quotes only. You can source this file in shell
# scripts.
deviceinfo_format_version="0"
deviceinfo_name="Linksys WRT1900ACS/WRT1900ACS V2"
deviceinfo_manufacturer="Linksys"
deviceinfo_codename="linksys-shelby"
deviceinfo_year="2015"
deviceinfo_dtb="armada-385-linksys-shelby"
deviceinfo_arch="armv7"
# Device related
deviceinfo_chassis="embedded"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_no_framebuffer="true"
deviceinfo_gpu_accelerated="false"
# Bootloader related
deviceinfo_flash_method="none"
deviceinfo_generate_legacy_uboot_initfs="true"
deviceinfo_legacy_uboot_load_address="00008000"
deviceinfo_initfs_compression="gzip"
deviceinfo_disable_dhcpd="true"
# a hack for the stock uboot (it dont like the mainline dtb for some reason)
deviceinfo_append_dtb="true"
# legacy uboot on this device cannot use gpt
deviceinfo_partition_type="msdos"
# serial support
deviceinfo_getty="ttyS0;115200"
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