diff options
| author | Rafał Miłecki | 2021-12-16 07:25:18 +0000 |
|---|---|---|
| committer | Rafał Miłecki | 2022-01-03 13:28:13 +0000 |
| commit | 7e4485fd5bf8e0f9ff4fa28623086c290e6dbbf6 (patch) | |
| tree | 2f11b94693d1ce3f4d09a7001f3223e756b389c0 | |
| parent | 4cd5d11fa3a8dee67174a460479e3058628308bf (diff) | |
| download | openwrt-7e4485fd5bf8e0f9ff4fa28623086c290e6dbbf6.tar.gz | |
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 444b4ea4a479d76761ee4833cb340b442dac662a)
| -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 a9040577c8..3177bd9ded 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 fdt-utils \ + bcm4908img fdt-utils uboot-envtools \ kmod-gpio-button-hotplug \ kmod-usb-ohci kmod-usb2 kmod-usb3 |