From 6e8d6bce0b3a47c25106070aa1127faca1e17d5e Mon Sep 17 00:00:00 2001 From: PeterLawler Date: Mon, 6 Jul 2020 05:21:19 +0000 Subject: [PATCH] FIX: raspi3-firmware in buster updates now meets requirements --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccf4c42..13d478e 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ raspi_0w.yaml: raspi_master.yaml sed "s/__LINUX_IMAGE__/linux-image-rpi/" | \ sed "s/__EXTRA_PKGS__/- firmware-brcm80211/" | \ sed "s/__DTB__/\\/usr\\/lib\\/linux-image-*-rpi\\/bcm*rpi-*.dtb/" |\ - sed "s/__OTHER_APT_ENABLE__/deb http:\/\/deb.debian.org\/debian\/ buster-proposed-updates main contrib non-free # Raspberries 0\/1 need raspi3-firmware >= 1.20190215-1+deb10u3/" |\ + grep -v "__OTHER_APT_ENABLE__" |\ sed "s/__HOST__/rpi0/" > $@ raspi_2.yaml: raspi_master.yaml