Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
815
Issues
815
List
Boards
Labels
Milestones
Merge Requests
51
Merge Requests
51
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
34caa676
Commit
34caa676
authored
Feb 26, 2019
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts/mkimg.arm.sh: create rpi image for armv7
(cherry picked from commit
4dfaaf89
)
parent
0ac4b4a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mkimg.arm.sh
scripts/mkimg.arm.sh
+2
-2
No files found.
scripts/mkimg.arm.sh
View file @
34caa676
...
...
@@ -73,10 +73,10 @@ profile_rpi() {
Designed for RPI 1, 2 and 3.
And much more..."
image_ext
=
"tar.gz"
arch
=
"aarch64 armhf"
arch
=
"aarch64 armhf
armv7
"
kernel_flavors
=
"rpi"
case
"
$ARCH
"
in
arm
hf
)
kernel_flavors
=
"
$kernel_flavors
rpi2"
;;
arm
v7
)
kernel_flavors
=
"
rpi2"
;;
esac
kernel_cmdline
=
"dwc_otg.lpm_enable=0 console=tty1"
initfs_features
=
"base bootchart squashfs ext4 f2fs kms mmc raid scsi usb"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment