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
084663e6
Unverified
Commit
084663e6
authored
6 years ago
by
Daniele Debernardi
Committed by
Oliver Smith
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
linux-postmarketos-qcom: Enable serial console
parent
12d0e92b
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
main/linux-postmarketos-qcom/APKBUILD
+2
-2
2 additions, 2 deletions
main/linux-postmarketos-qcom/APKBUILD
main/linux-postmarketos-qcom/config-postmarketos-qcom.armhf
+3
-1
3 additions, 1 deletion
main/linux-postmarketos-qcom/config-postmarketos-qcom.armhf
with
5 additions
and
3 deletions
main/linux-postmarketos-qcom/APKBUILD
+
2
−
2
View file @
084663e6
...
...
@@ -4,7 +4,7 @@ _config="config-${_flavor}.${CARCH}"
pkgname
=
linux-
${
_flavor
}
pkgver
=
4.17_rc3
pkgrel
=
5
pkgrel
=
6
arch
=
"armhf"
pkgdesc
=
"Kernel close to mainline with extra patches for Qualcomm devices"
...
...
@@ -182,4 +182,4 @@ dev() {
fi
}
sha512sums
=
"02fd136d24914e30decd207c3b2e0168cc9d6e4a0fc981abf8d537cd95c70583f5239d0dc7f2ae94a2ddd2ba82d822933159167801a035731a24aa1300c5ceec linux-09efb4857f1a4119eced855912043817bd96e064.tar.gz
1961f051e2f4c3fad3fde69b08b277e3784a256115a8f30604e6b1973fd323e17ed9e5e55a3daf1a2d72770168d164ed060ff2a330d45d6cd6e3c59d4530d092
config-postmarketos-qcom.armhf"
fcb0bafad4671c7e42167517277409510de134d53e793accc2dc2cdd79d4e7c55a3ea4039fb68f3a63e0cdd0ddfd8714d2472265cc9000de1e41a215654e4ea9
config-postmarketos-qcom.armhf"
This diff is collapsed.
Click to expand it.
main/linux-postmarketos-qcom/config-postmarketos-qcom.armhf
+
3
−
1
View file @
084663e6
...
...
@@ -1299,6 +1299,7 @@ CONFIG_DEVMEM=y
#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
# CONFIG_SERIAL_8250 is not set
#
...
...
@@ -1311,8 +1312,9 @@ CONFIG_DEVMEM=y
# CONFIG_SERIAL_MAX310X is not set
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_MSM=y
#
CONFIG_SERIAL_MSM_CONSOLE
is not set
CONFIG_SERIAL_MSM_CONSOLE
=y
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_BCM63XX is not set
...
...
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