projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] add package for ocf-crypto-headers
[openwrt.git]
/
tools
/
squashfs
/
Makefile
diff --git
a/tools/squashfs/Makefile
b/tools/squashfs/Makefile
index
d009836
..
53baa7a
100644
(file)
--- a/
tools/squashfs/Makefile
+++ b/
tools/squashfs/Makefile
@@
-21,15
+21,17
@@
include $(INCLUDE_DIR)/host-build.mk
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/squashfs-tools \
LZMAPATH=$(STAGING_DIR_HOST)/lib \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/squashfs-tools \
LZMAPATH=$(STAGING_DIR_HOST)/lib \
- mksquashfs-lzma
+ mksquashfs-lzma
unsquashfs-lzma
endef
define Build/Install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/squashfs-tools/mksquashfs-lzma $(STAGING_DIR_HOST)/bin/
endef
define Build/Install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/squashfs-tools/mksquashfs-lzma $(STAGING_DIR_HOST)/bin/
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/squashfs-tools/unsquashfs-lzma $(STAGING_DIR_HOST)/bin/
endef
define Build/Clean
rm -f $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
endef
define Build/Clean
rm -f $(STAGING_DIR_HOST)/bin/mksquashfs-lzma
+ rm -f $(STAGING_DIR_HOST)/bin/unsquashfs-lzma
endef
$(eval $(call HostBuild))
endef
$(eval $(call HostBuild))
This page took
0.024125 seconds
and
4
git commands to generate.