diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 07:35:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-29 07:35:26 +0000 |
commit | 55c5d10ca9c98ef8424d939aa950a04d30cbbe24 (patch) | |
tree | e095aa26393fd6c2edf58a4160c487264f2e7f76 /tools/Makefile | |
parent | 61dd3c80134845c4aabbe1737d30418d67d0a2de (diff) | |
download | mtk-20170518-55c5d10ca9c98ef8424d939aa950a04d30cbbe24.zip mtk-20170518-55c5d10ca9c98ef8424d939aa950a04d30cbbe24.tar.gz mtk-20170518-55c5d10ca9c98ef8424d939aa950a04d30cbbe24.tar.bz2 |
tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45129
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 35f5d86..c929239 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,7 @@ endif tools-$(BUILD_TOOLCHAIN) += gmp mpfr mpc libelf tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs -tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage +tools-y += sstrip genext2fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-image patch quilt yaffs2 flock padjffs2 tools-y += mm-macros missing-macros xz cmake scons bc findutils gengetopt patchelf tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 |