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
1468bd8c
Unverified
Commit
1468bd8c
authored
6 years ago
by
Luca Weiss
Browse files
Options
Downloads
Patches
Plain Diff
Fix minor issues
parent
6dc2e1ac
No related branches found
No related tags found
No related merge requests found
Pipeline
#191491
failed
6 years ago
Stage: first
Stage: second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/linux-postmarketos-allwinner/APKBUILD
+2
-2
2 additions, 2 deletions
main/linux-postmarketos-allwinner/APKBUILD
main/postmarketos-mkinitfs/mkinitfs.sh
+0
-2
0 additions, 2 deletions
main/postmarketos-mkinitfs/mkinitfs.sh
with
2 additions
and
4 deletions
main/linux-postmarketos-allwinner/APKBUILD
+
2
−
2
View file @
1468bd8c
...
...
@@ -7,7 +7,7 @@ pkgver=4.18
pkgrel
=
0
arch
=
"aarch64"
pkgdesc
=
"Kernel close to mainline with extra patches for
Qualcomm
devices"
pkgdesc
=
"Kernel close to mainline with extra patches for
Allwinner
devices"
url
=
"https://kernel.org/"
depends
=
""
makedepends
=
"perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev libressl-dev file bison flex"
...
...
@@ -15,7 +15,7 @@ options="!strip !check !tracedeps"
install
=
_commit
=
"5318d34abd2ec63dab67b83b7f139b26ba8adf07"
source
=
"
linux-
${
_commit
}
.tar.gz::https://github.com/anarsoul/linux-2.6/archive/
${
_commit
}
.tar.gz
linux-
${
_commit
}
.tar.gz::https://github.com/anarsoul/linux-2.6/archive/
${
_commit
}
.tar.gz
config-
${
_flavor
}
.aarch64
"
...
...
This diff is collapsed.
Click to expand it.
main/postmarketos-mkinitfs/mkinitfs.sh
+
0
−
2
View file @
1468bd8c
...
...
@@ -225,7 +225,6 @@ create_uboot_files()
if
[
-n
"
${
deviceinfo_dtb
}
"
]
;
then
kernelfile
=
"
${
kernelfile
}
-dtb"
fi
mkimage
-A
arm
-O
linux
-T
kernel
-C
none
-a
80008000
-e
80008000
\
-n
postmarketos
-d
$kernelfile
"
${
outfile
/initramfs-/uImage-
}
"
||
exit
1
}
...
...
@@ -350,7 +349,6 @@ append_device_tree()
{
[
-n
"
${
deviceinfo_dtb
}
"
]
||
return
dtb
=
"/usr/share/dtb/
${
deviceinfo_dtb
}
.dtb"
echo
"DTB:
$dtb
"
kernel
=
"
${
outfile
/initramfs-/vmlinuz-
}
"
echo
"==> kernel: appending device-tree
${
deviceinfo_dtb
}
"
if
[
-e
"
$dtb
"
]
;
then
...
...
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