aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-03-22 19:58:56 +0200
committerTimo Teräs <timo.teras@iki.fi>2019-03-22 21:26:15 +0200
commit3ff07216525cc27827f12f16ea877393d4a33247 (patch)
tree96c58212f58822727fd1196722d5987b8226f992 /scripts
parent96bda76be60e16d17e26feb82e7686a865b6695c (diff)
downloadaports-3ff07216525cc27827f12f16ea877393d4a33247.tar.bz2
aports-3ff07216525cc27827f12f16ea877393d4a33247.tar.xz
scripts/mkimg.arm.sh: remove manual (now redundant) clm_blob spec
the scripts have been updated to pick up clm_blobs automatically
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mkimg.arm.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mkimg.arm.sh b/scripts/mkimg.arm.sh
index 154f2ce2bc..31945174bd 100755
--- a/scripts/mkimg.arm.sh
+++ b/scripts/mkimg.arm.sh
@@ -81,7 +81,6 @@ 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"
grub_mod=
}