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 | 083034a599d882b2570d64d23c30aeb86c71397e (patch) | |
tree | c6865cd6127ad03058f728c1d527c9508c61a2e6 /tools/Makefile | |
parent | 5d8c92d1db176cca2bd1cd025c2700bd89a174d3 (diff) | |
download | master-187ad058-083034a599d882b2570d64d23c30aeb86c71397e.tar.gz master-187ad058-083034a599d882b2570d64d23c30aeb86c71397e.tar.bz2 master-187ad058-083034a599d882b2570d64d23c30aeb86c71397e.zip |
tools: replace ipkg-utils with a reduced ipkg-build variant in scripts/
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45129 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 35f5d86bcd..c929239175 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 |