mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 02:19:23 +02:00
package/kernel: change kmod-libcrc32 dependency to kmod-crypto-crc32c only
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28652 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cf3f9f62ed
commit
c2e85f61ae
@ -72,9 +72,9 @@ define KernelPackage/libcrc32c
|
|||||||
SUBMENU:=$(LIB_MENU)
|
SUBMENU:=$(LIB_MENU)
|
||||||
TITLE:=CRC32 library support
|
TITLE:=CRC32 library support
|
||||||
KCONFIG:=CONFIG_LIBCRC32C
|
KCONFIG:=CONFIG_LIBCRC32C
|
||||||
DEPENDS:=+kmod-crypto-core +kmod-crypto-misc
|
DEPENDS:=+kmod-crypto-crc32c
|
||||||
FILES:=$(LINUX_DIR)/lib/libcrc32c.ko
|
FILES:=$(LINUX_DIR)/lib/libcrc32c.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,crc32c libcrc32c,1)
|
AUTOLOAD:=$(call AutoLoad,20,libcrc32c,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/libcrc32c/description
|
define KernelPackage/libcrc32c/description
|
||||||
|
Loading…
Reference in New Issue
Block a user