mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
scripts: add modloopfw support
this is needed for firware which is not automatically detected.
This commit is contained in:
parent
0ebad5b578
commit
680b40d3d2
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user