diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-11-15 20:25:29 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-11-15 20:25:29 +0000 |
commit | 0d69f2bb5e4b573258ccccdcaa4c6d976858e59e (patch) | |
tree | 7e85a59eb25fe6f4d6fcc380648e03b8a6557ebf /tools/lzma | |
parent | 48b86bd36e65ae302b8c0783b926188ff7731760 (diff) | |
download | upstream-0d69f2bb5e4b573258ccccdcaa4c6d976858e59e.tar.gz upstream-0d69f2bb5e4b573258ccccdcaa4c6d976858e59e.tar.bz2 upstream-0d69f2bb5e4b573258ccccdcaa4c6d976858e59e.zip |
make the lzma version kernel version dependent, and only build the one we do need
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18426 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/lzma')
-rw-r--r-- | tools/lzma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lzma/Makefile b/tools/lzma/Makefile index bebfbafd57..b39c8627ec 100644 --- a/tools/lzma/Makefile +++ b/tools/lzma/Makefile @@ -27,6 +27,7 @@ endef define Host/Install $(INSTALL_DIR) $(STAGING_DIR_HOST)/lib $(STAGING_DIR_HOST)/include $(STAGING_DIR_HOST)/bin + $(INSTALL_BIN) $(HOST_BUILD_DIR)/CPP/7zip/Compress/LZMA_Alone/lzma_alone $(STAGING_DIR_HOST)/bin/lzma $(CP) $(HOST_BUILD_DIR)/C/*.h $(STAGING_DIR_HOST)/include/ $(CP) $(UTIL_DIR)/liblzma.a $(STAGING_DIR_HOST)/lib/ endef |