Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
4f1a9af5
Commit
4f1a9af5
authored
Apr 03, 2019
by
Carlo Landmeter
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: add rpi2 kernel to armhf release
ref
#10155
parent
3b609fae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/mkimg.arm.sh
scripts/mkimg.arm.sh
+1
-1
No files found.
scripts/mkimg.arm.sh
View file @
4f1a9af5
...
@@ -76,7 +76,7 @@ profile_rpi() {
...
@@ -76,7 +76,7 @@ profile_rpi() {
arch
=
"aarch64 armhf armv7"
arch
=
"aarch64 armhf armv7"
kernel_flavors
=
"rpi"
kernel_flavors
=
"rpi"
case
"
$ARCH
"
in
case
"
$ARCH
"
in
armv7
)
kernel_flavors
=
"rpi2"
;;
armv7
|armhf
)
kernel_flavors
=
"rpi2"
;;
esac
esac
kernel_cmdline
=
"dwc_otg.lpm_enable=0 console=tty1"
kernel_cmdline
=
"dwc_otg.lpm_enable=0 console=tty1"
initfs_features
=
"base bootchart squashfs ext4 f2fs kms mmc raid scsi usb"
initfs_features
=
"base bootchart squashfs ext4 f2fs kms mmc raid scsi usb"
...
...
Tyler A
@tyler
mentioned in issue
#10155 (closed)
·
Jul 12, 2019
mentioned in issue
#10155 (closed)
mentioned in issue #10155
Toggle commit list
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