|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-KMOD_VERSION = 16
|
|
|
|
|
|
+KMOD_VERSION = 17
|
|
KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
|
|
KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
|
|
KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod/
|
|
KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod/
|
|
KMOD_INSTALL_STAGING = YES
|
|
KMOD_INSTALL_STAGING = YES
|
|
@@ -32,6 +32,11 @@ KMOD_DEPENDENCIES += xz
|
|
KMOD_CONF_OPT += --with-xz
|
|
KMOD_CONF_OPT += --with-xz
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_PYTHON),y)
|
|
|
|
+KMOD_DEPENDENCIES += python
|
|
|
|
+KMOD_CONF_OPT += --enable-python
|
|
|
|
+endif
|
|
|
|
+
|
|
# --gc-sections triggers a bug in the current Xtensa binutils
|
|
# --gc-sections triggers a bug in the current Xtensa binutils
|
|
ifeq ($(BR2_xtensa),y)
|
|
ifeq ($(BR2_xtensa),y)
|
|
KMOD_CONF_ENV += cc_cv_LDFLAGS__Wl___gc_sections=no
|
|
KMOD_CONF_ENV += cc_cv_LDFLAGS__Wl___gc_sections=no
|