mt7621: move uboot-envtools to DEFAULT_PACKAGES

Several devices depend on fw_printenv during sysupgrade.  Make sure
it always is present in all images, including initramfs images built
by the buildbots.

Fixes: 2449a632084b ("ramips: mt7621: Add support for ZyXEL NR7101")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
This commit is contained in:
Bjørn Mork 2023-02-28 12:39:36 +01:00 committed by Hauke Mehrtens
parent 84c04ff406
commit 79bd0172ca
2 changed files with 194 additions and 178 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ KERNELNAME:=vmlinux vmlinuz
# make Kernel/CopyImage use $LINUX_DIR/vmlinuz
IMAGES_DIR:=../../..
DEFAULT_PACKAGES += wpad-basic-mbedtls
DEFAULT_PACKAGES += wpad-basic-mbedtls uboot-envtools
define Target/Description
Build firmware images for Ralink MT7621 based boards.