summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-04-11 20:57:27 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-04-11 20:57:27 +0200
commite4a021d63cd56a991dff8fa4617c81ed4d4c8289 (patch)
tree4e457f079d95777debd47411f745a3d408123ee0
parent35df2e155cc641c4a0e2f464563c2e1a5feb3e9e (diff)
downloadbuildroot-e4a021d63cd56a991dff8fa4617c81ed4d4c8289.tar.gz
buildroot-e4a021d63cd56a991dff8fa4617c81ed4d4c8289.zip
kmod: bump version
And add optional support for the python bindings. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/kmod/kmod.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index 46c8ea9357..398740712c 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -4,7 +4,7 @@
#
################################################################################
-KMOD_VERSION = 16
+KMOD_VERSION = 17
KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.xz
KMOD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kernel/kmod/
KMOD_INSTALL_STAGING = YES
@@ -32,6 +32,11 @@ KMOD_DEPENDENCIES += xz
KMOD_CONF_OPT += --with-xz
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
ifeq ($(BR2_xtensa),y)
KMOD_CONF_ENV += cc_cv_LDFLAGS__Wl___gc_sections=no
OpenPOWER on IntegriCloud