diff options
author | Bjørn Mork <bjorn@mork.no> | 2023-02-28 12:39:36 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-03-01 23:24:23 +0100 |
commit | 79bd0172ca5671f7cdf382dc80ec1630da057947 (patch) | |
tree | ac66066a97a10f371b8de4f9b0a7c9dc6a9062dd /target/linux/ramips/mt7621 | |
parent | 84c04ff4069a652755267d126418b211379c1cbf (diff) | |
download | upstream-79bd0172ca5671f7cdf382dc80ec1630da057947.tar.gz upstream-79bd0172ca5671f7cdf382dc80ec1630da057947.tar.bz2 upstream-79bd0172ca5671f7cdf382dc80ec1630da057947.zip |
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>
Diffstat (limited to 'target/linux/ramips/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/target.mk b/target/linux/ramips/mt7621/target.mk index cfb798e358..153ff08421 100644 --- a/target/linux/ramips/mt7621/target.mk +++ b/target/linux/ramips/mt7621/target.mk @@ -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. |