projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53a1904
)
[packages] squashfs-tools: update Makefile
author
Luka Perkov
<luka@openwrt.org>
Mon, 22 Apr 2013 00:05:18 +0000
(
00:05
+0000)
committer
Luka Perkov
<luka@openwrt.org>
Mon, 22 Apr 2013 00:05:18 +0000
(
00:05
+0000)
SVN-Revision: 36372
utils/squashfs-tools/Makefile
patch
|
blob
|
history
diff --git
a/utils/squashfs-tools/Makefile
b/utils/squashfs-tools/Makefile
index af60e2aa4d8500727ab4b1060721e0550e902cf1..9fe0a1c3c068c9fe4636fbd2a28ecf106c7280cf 100644
(file)
--- a/
utils/squashfs-tools/Makefile
+++ b/
utils/squashfs-tools/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=squashfs-tools
PKG_VERSION:=4.2
-PKG_RELEASE:=
3
+PKG_RELEASE:=
4
PKG_SOURCE:=squashfs$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/squashfs
@@
-26,7
+26,9
@@
define Package/squashfs-tools/Default
SECTION:=utils
CATEGORY:=Utilities
TITLE:=squashfs-tools
- DEPENDS += +libpthread +zlib
+ DEPENDS += +libpthread +zlib \
+ +SQUASHFS_TOOLS_LZO_SUPPORT:liblzo \
+ +SQUASHFS_TOOLS_XZ_SUPPORT:liblzma
endef
define Package/squashfs-tools-mksquashfs