bcm4908: add uboot-envtools to default packages
It's required by sysupgrade to access UBI metadata partitions.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
(cherry picked from commit 444b4ea4a4
)
This commit is contained in:
parent
4cd5d11fa3
commit
7e4485fd5b
|
@ -21,7 +21,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
|
||||
|
||||
|
|
Loading…
Reference in New Issue