projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a929d
)
package/kernel: change kmod-libcrc32 dependency to kmod-crypto-crc32c only
author
Nicolas Thill
<nico@openwrt.org>
Fri, 28 Oct 2011 13:11:01 +0000
(13:11 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 28 Oct 2011 13:11:01 +0000
(13:11 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28652
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/lib.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/lib.mk
b/package/kernel/modules/lib.mk
index
5fb779d
..
9154b2e
100644
(file)
--- a/
package/kernel/modules/lib.mk
+++ b/
package/kernel/modules/lib.mk
@@
-72,9
+72,9
@@
define KernelPackage/libcrc32c
SUBMENU:=$(LIB_MENU)
TITLE:=CRC32 library support
KCONFIG:=CONFIG_LIBCRC32C
- DEPENDS:=+kmod-crypto-c
ore +kmod-crypto-mis
c
+ DEPENDS:=+kmod-crypto-c
rc32
c
FILES:=$(LINUX_DIR)/lib/libcrc32c.ko
- AUTOLOAD:=$(call AutoLoad,20,
crc32c
libcrc32c,1)
+ AUTOLOAD:=$(call AutoLoad,20,libcrc32c,1)
endef
define KernelPackage/libcrc32c/description