From 4cd5d11fa3a8dee67174a460479e3058628308bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Tue, 14 Dec 2021 17:57:49 +0100 Subject: [PATCH] bcm4908: add fdt-utils to default packages MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's required by sysupgrade. Signed-off-by: Rafał Miłecki (cherry picked from commit 30b93672ec48d247fcd86b5bca283423db5250b9) --- target/linux/bcm4908/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/bcm4908/Makefile b/target/linux/bcm4908/Makefile index bbe5030b65..a9040577c8 100644 --- a/target/linux/bcm4908/Makefile +++ b/target/linux/bcm4908/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:=Image dtbs DEFAULT_PACKAGES += \ - bcm4908img \ + bcm4908img fdt-utils \ kmod-gpio-button-hotplug \ kmod-usb-ohci kmod-usb2 kmod-usb3 -- 2.30.2