package/zfs: not using kernel-module infra
zfs already builds the kernel module from the autotools infrastructure. Signed-off-by: José Luis Salvador Rufo <salvador.joseluis@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
cfff4e120f
commit
41493cae71
@ -11,6 +11,7 @@ config BR2_PACKAGE_ZFS
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
depends on BR2_USE_MMU # util-linux (libblkid)
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libtirpc
|
||||
select BR2_LINUX_NEEDS_MODULES
|
||||
select BR2_PACKAGE_UTIL_LINUX
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||
|
@ -15,7 +15,7 @@ ZFS_CPE_ID_PRODUCT = openzfs
|
||||
# 0001-removal-of-LegacyVersion-broke-ax_python_dev.m4.patch
|
||||
ZFS_AUTORECONF = YES
|
||||
|
||||
ZFS_DEPENDENCIES = libaio openssl udev util-linux zlib libcurl
|
||||
ZFS_DEPENDENCIES = libaio openssl udev util-linux zlib libcurl linux
|
||||
|
||||
# sysvinit installs only a commented-out modules-load.d/ config file
|
||||
ZFS_CONF_OPTS = \
|
||||
@ -79,5 +79,7 @@ define ZFS_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_ZLIB_INFLATE)
|
||||
endef
|
||||
|
||||
$(eval $(kernel-module))
|
||||
# Even though zfs builds a kernel module, it gets built directly by
|
||||
# the autotools logic, so we don't use the kernel-module
|
||||
# infrastructure.
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user