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: 2449a63208
("ramips: mt7621: Add support for ZyXEL NR7101")
Signed-off-by: Bjørn Mork <bjorn@mork.no>
This commit is contained in:
parent
84c04ff406
commit
79bd0172ca
2 changed files with 194 additions and 178 deletions
File diff suppressed because it is too large
Load diff
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue