1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

package/kernel: change kmod-libcrc32 dependency to kmod-crypto-crc32c only

SVN-Revision: 28652
This commit is contained in:
Nicolas Thill 2011-10-28 13:11:01 +00:00
parent a66a8875bb
commit 1f1ae372dd

@ -72,9 +72,9 @@ define KernelPackage/libcrc32c
SUBMENU:=$(LIB_MENU)
TITLE:=CRC32 library support
KCONFIG:=CONFIG_LIBCRC32C
DEPENDS:=+kmod-crypto-core +kmod-crypto-misc
DEPENDS:=+kmod-crypto-crc32c
FILES:=$(LINUX_DIR)/lib/libcrc32c.ko
AUTOLOAD:=$(call AutoLoad,20,crc32c libcrc32c,1)
AUTOLOAD:=$(call AutoLoad,20,libcrc32c,1)
endef
define KernelPackage/libcrc32c/description