projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d80b472
)
loop-aes does not compile with 2.6.30
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 May 2009 12:01:26 +0000
(12:01 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 May 2009 12:01:26 +0000
(12:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16188
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/loop-aes/Makefile
patch
|
blob
|
history
diff --git
a/utils/loop-aes/Makefile
b/utils/loop-aes/Makefile
index
066793d
..
63e40c2
100644
(file)
--- a/
utils/loop-aes/Makefile
+++ b/
utils/loop-aes/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/loop-aes
SUBMENU:=Cryptographic API modules
- DEPENDS:=@!PACKAGE_kmod-loop
+ DEPENDS:=@!PACKAGE_kmod-loop
@!LINUX_2_6_30
TITLE:=loopback module with built-in AES
FILES:=$(PKG_BUILD_DIR)/loop.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,loop)