diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-10-12 10:42:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-10-12 10:42:38 +0000 |
commit | 3c5ef16f0404e8b212c6fb3f62ce74cca7957547 (patch) | |
tree | 43748b9a73bd16866d36f0e7d115e2f341cad078 /tools/Makefile | |
parent | b987bdd3640d6adb862ad2a72600bfa7314b5c10 (diff) | |
download | upstream-3c5ef16f0404e8b212c6fb3f62ce74cca7957547.tar.gz upstream-3c5ef16f0404e8b212c6fb3f62ce74cca7957547.tar.bz2 upstream-3c5ef16f0404e8b212c6fb3f62ce74cca7957547.zip |
[tools]: add upx, but make it build only for ppc now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 413704d759..a21edd954c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -18,6 +18,7 @@ tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 flock padjffs2 tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 +tools-$(CONFIG_powerpc) += upx tools-$(CONFIG_TARGET_x86) += qemu ifneq ($(CONFIG_TARGET_ar71xx),) tools-y += lzma-old squashfs |