diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2021-12-16 08:25:18 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2021-12-16 08:26:25 +0100 |
commit | 444b4ea4a479d76761ee4833cb340b442dac662a (patch) | |
tree | 1b065ae5b3108dd6e840a4c7d4a0ef9a03f3d0b3 /target | |
parent | 85ad48c9579c0482c98fc6b69e885102511e9194 (diff) | |
download | upstream-444b4ea4a479d76761ee4833cb340b442dac662a.tar.gz upstream-444b4ea4a479d76761ee4833cb340b442dac662a.tar.bz2 upstream-444b4ea4a479d76761ee4833cb340b442dac662a.zip |
bcm4908: add uboot-envtools to default packages
It's required by sysupgrade to access UBI metadata partitions.
Fixes: 5f05795aa771 ("bcm4908: sysupgrade: add pkgtb format support")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/bcm4908/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |