projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ecf56
)
cryptsetup: mark as 2.6 only
author
Nicolas Thill
<nico@openwrt.org>
Tue, 30 Mar 2010 12:13:43 +0000
(12:13 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 30 Mar 2010 12:13:43 +0000
(12:13 +0000)
SVN-Revision: 20601
utils/cryptsetup/Makefile
patch
|
blob
|
history
diff --git
a/utils/cryptsetup/Makefile
b/utils/cryptsetup/Makefile
index b6148e05aa18a1b009a9020caddf820958fb4ac7..2452a8cb8c4946cb6c99a72bafabbf0aae8130ac 100644
(file)
--- a/
utils/cryptsetup/Makefile
+++ b/
utils/cryptsetup/Makefile
@@
-28,7
+28,7
@@
$(call Package/cryptsetup/Default)
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Cryptsetup
- DEPENDS:=+libblkid +libuuid +libpopt +lvm2 +libgcrypt
+ DEPENDS:=
@LINUX_2_6
+libblkid +libuuid +libpopt +lvm2 +libgcrypt
endef
define Package/cryptsetup/description