diff options
author | David Bauer <mail@david-bauer.net> | 2021-02-27 19:12:09 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 00:09:09 +0000 |
commit | ad54e32651c9de5079ca1b6e637edb2ebfe59656 (patch) | |
tree | 17d1c9aa1c14ccb0b3f0bfebc282677f2b601cd6 /tools/Makefile | |
parent | 2a27f6f90a430342cdbe84806e8b10acff446a2d (diff) | |
download | upstream-ad54e32651c9de5079ca1b6e637edb2ebfe59656.tar.gz upstream-ad54e32651c9de5079ca1b6e637edb2ebfe59656.tar.bz2 upstream-ad54e32651c9de5079ca1b6e637edb2ebfe59656.zip |
tools: add cpio
mediatek-mt7622 as well as mediatek-mt7623 require CPIO to create their
initramfs images. So build CPIO as part of the host toolchain.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index a2665dbc9a..65e0493e14 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -21,7 +21,7 @@ ifneq ($(CONFIG_SDK)$(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_b43legacy-firmwar BUILD_B43_TOOLS = y endif -tools-y += autoconf autoconf-archive automake bc bison cmake dosfstools +tools-y += autoconf autoconf-archive automake bc bison cmake cpio dosfstools tools-y += e2fsprogs fakeroot findutils firmware-utils flex gengetopt tools-y += libressl libtool lzma m4 make-ext4fs missing-macros mkimage tools-y += mklibs mm-macros mtd-utils mtools padjffs2 patch-image |