From 444b4ea4a479d76761ee4833cb340b442dac662a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Thu, 16 Dec 2021 08:25:18 +0100 Subject: bcm4908: add uboot-envtools to default packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's required by sysupgrade to access UBI metadata partitions. Fixes: 5f05795aa771 ("bcm4908: sysupgrade: add pkgtb format support") Signed-off-by: Rafał Miłecki --- 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 4d8334110b..fcfe04962b 100644 --- a/target/linux/bcm4908/Makefile +++ b/target/linux/bcm4908/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:=Image dtbs DEFAULT_PACKAGES += \ - bcm4908img fdt-utils \ + bcm4908img fdt-utils uboot-envtools \ kmod-gpio-button-hotplug \ kmod-usb-ohci kmod-usb2 kmod-usb3 -- cgit v1.2.3