diff options
author | John Crispin <john@openwrt.org> | 2012-11-02 20:06:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-11-02 20:06:45 +0000 |
commit | 1a7334a87431ec1e20d4082a36043342713fd941 (patch) | |
tree | 84074305802cb18ffd5df86b980ceb467fc24db3 /tools/Makefile | |
parent | 00057626901725d0b64045f6823d67edae691e00 (diff) | |
download | mtk-20170518-1a7334a87431ec1e20d4082a36043342713fd941.zip mtk-20170518-1a7334a87431ec1e20d4082a36043342713fd941.tar.gz mtk-20170518-1a7334a87431ec1e20d4082a36043342713fd941.tar.bz2 |
rename patch-cmdline and add code for patching DTB files into kernel images
SVN-Revision: 34058
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 b3ba6d0..9a0e148 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,7 +15,7 @@ tools-y += gmp mpfr mpc libelf endif tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage -tools-y += firmware-utils patch-cmdline quilt yaffs2 flock padjffs2 +tools-y += firmware-utils patch-image quilt yaffs2 flock padjffs2 tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake scons tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_powerpc) += upx |