Skip to content
Snippets Groups Projects
Commit 680b40d3 authored by Carlo Landmeter's avatar Carlo Landmeter
Browse files

scripts: add modloopfw support

this is needed for firware which is not automatically detected.
parent 0ebad5b5
No related merge requests found
......@@ -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() {
......
......@@ -12,6 +12,7 @@ build_kernel() {
--arch "$ARCH" \
--package "$_pkgs" \
--feature "$initfs_features" \
--modloopfw "$modloopfw" \
--repositories-file "$APKROOT/etc/apk/repositories" \
"$DESTDIR"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment