summaryrefslogtreecommitdiff
path: root/package/kmod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/kmod/Makefile')
-rw-r--r--package/kmod/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/package/kmod/Makefile b/package/kmod/Makefile
index 2baf63a97..944f47599 100644
--- a/package/kmod/Makefile
+++ b/package/kmod/Makefile
@@ -4,13 +4,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= kmod
-PKG_VERSION:= 5
+PKG_VERSION:= 15
PKG_RELEASE:= 1
-PKG_MD5SUM:= b271c2ec54aba1c67bda63c8579d8c15
+PKG_MD5SUM:= d03372179ed2cfa0c52b6672cf438901
PKG_DESCR:= kernel module loading library
PKG_SECTION:= libs
PKG_URL:= http://profusion.mobi/index.php
-PKG_SITES:= http://packages.profusion.mobi/kmod/
+PKG_SITES:= https://www.kernel.org/pub/linux/utils/kernel/kmod/
PKG_OPTS:= dev
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
@@ -19,6 +19,9 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,KMOD,kmod,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
+CONFIG_STYLE:= minimal
+CONFIGURE_ARGS+= --host=${REAL_GNU_TARGET_NAME}
+
kmod-install:
$(INSTALL_DIR) $(IDIR_KMOD)/usr/bin
$(INSTALL_DIR) $(IDIR_KMOD)/usr/lib