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
c2444a08
Unverified
Commit
c2444a08
authored
5 years ago
by
Luca Weiss
Committed by
Oliver Smith
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/postmarketos-mkinitfs: Fix spaces->tabs (
!536
)
[ci:skip-vercheck]
parent
8f39bfd9
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#196168
passed
5 years ago
Stage: first
Stage: second
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/postmarketos-mkinitfs/APKBUILD
+1
-1
1 addition, 1 deletion
main/postmarketos-mkinitfs/APKBUILD
main/postmarketos-mkinitfs/mkinitfs.sh
+4
-4
4 additions, 4 deletions
main/postmarketos-mkinitfs/mkinitfs.sh
with
5 additions
and
5 deletions
main/postmarketos-mkinitfs/APKBUILD
+
1
−
1
View file @
c2444a08
...
...
@@ -26,4 +26,4 @@ package() {
sha512sums
=
"3b7d697381a45a6a165d195d25a26e71773794ebc4a0d8b425321e5bb68a02405028d9712848982b2573474b7b1ee2560091c41f7f51b9e2e962eeb5204a72aa init.sh.in
9632fe7960d72da7efe9b765de72600ed8c5e38441652d7687c03138b53347f09d9f9dd66b16405b8c46969d5ea672f30c00a861841e5cdc7249182e2fdf9b27 init_functions.sh
377465c5827105f44a834312cd96f79719f8623b7a4ee52bf2aa88cb5f7e58d708dd550d43eda8158d9d38af45973c523be32a28a9f9c5e41e05c4559822ca24
mkinitfs.sh"
43acadd454ac13b0374629a2fbbfe7e08822d77d575a20d0d637896724f838bbaf184d508f7fea26995afe42461a307a00b4a5b7135aee5292c08b7f8a263b3c
mkinitfs.sh"
This diff is collapsed.
Click to expand it.
main/postmarketos-mkinitfs/mkinitfs.sh
+
4
−
4
View file @
c2444a08
...
...
@@ -214,10 +214,10 @@ require_package()
# Legacy u-boot images
create_uboot_files
()
{
arch
=
"arm"
if
[
"
${
deviceinfo_arch
}
"
==
"aarch64"
]
;
then
arch
=
"arm64"
fi
arch
=
"arm"
if
[
"
${
deviceinfo_arch
}
"
==
"aarch64"
]
;
then
arch
=
"arm64"
fi
[
"
${
deviceinfo_generate_legacy_uboot_initfs
}
"
==
"true"
]
||
return
require_package
"mkimage"
"uboot-tools"
"generate_legacy_uboot_initfs"
...
...
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