Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
207
Merge Requests
207
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
680b40d3
Commit
680b40d3
authored
Feb 15, 2019
by
Carlo Landmeter
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: add modloopfw support
this is needed for firware which is not automatically detected.
parent
0ebad5b5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
scripts/mkimg.arm.sh
scripts/mkimg.arm.sh
+1
-0
scripts/mkimg.base.sh
scripts/mkimg.base.sh
+1
-0
No files found.
scripts/mkimg.arm.sh
View file @
680b40d3
...
...
@@ -75,6 +75,7 @@ profile_rpi() {
kernel_cmdline
=
"dwc_otg.lpm_enable=0 console=tty1"
initfs_features
=
"base bootchart squashfs ext4 f2fs kms mmc raid scsi usb"
hostname
=
"rpi"
modloopfw
=
"brcm/brcmfmac43455-sdio.clm_blob"
}
build_uboot
()
{
...
...
scripts/mkimg.base.sh
View file @
680b40d3
...
...
@@ -12,6 +12,7 @@ build_kernel() {
--arch
"
$ARCH
"
\
--package
"
$_pkgs
"
\
--feature
"
$initfs_features
"
\
--modloopfw
"
$modloopfw
"
\
--repositories-file
"
$APKROOT
/etc/apk/repositories"
\
"
$DESTDIR
"
}
...
...
algitbot
@root
mentioned in issue
#10001 (closed)
·
Jul 12, 2019
mentioned in issue
#10001 (closed)
mentioned in issue #10001
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