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 branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,7 @@ profile_rpi() { ...@@ -75,6 +75,7 @@ profile_rpi() {
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"
hostname="rpi" hostname="rpi"
modloopfw="brcm/brcmfmac43455-sdio.clm_blob"
} }
build_uboot() { build_uboot() {
......
...@@ -12,6 +12,7 @@ build_kernel() { ...@@ -12,6 +12,7 @@ build_kernel() {
--arch "$ARCH" \ --arch "$ARCH" \
--package "$_pkgs" \ --package "$_pkgs" \
--feature "$initfs_features" \ --feature "$initfs_features" \
--modloopfw "$modloopfw" \
--repositories-file "$APKROOT/etc/apk/repositories" \ --repositories-file "$APKROOT/etc/apk/repositories" \
"$DESTDIR" "$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