diff --git a/packages/sysutils/kmod/package.mk b/packages/sysutils/kmod/package.mk index 95e1ea48c5..c75798df48 100644 --- a/packages/sysutils/kmod/package.mk +++ b/packages/sysutils/kmod/package.mk @@ -2,10 +2,10 @@ # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) PKG_NAME="kmod" -PKG_VERSION="27" -PKG_SHA256="c1d3fbf16ca24b95f334c1de1b46f17bbe5a10b0e81e72668bdc922ebffbbc0c" +PKG_VERSION="28" +PKG_SHA256="3969fc0f13daa98084256337081c442f8749310089e48aa695c9b4dfe1b3a26c" PKG_LICENSE="GPL" -PKG_SITE="http://git.profusion.mobi/cgit.cgi/kmod.git/" +PKG_SITE="https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git" PKG_URL="https://www.kernel.org/pub/linux/utils/kernel/kmod/$PKG_NAME-$PKG_VERSION.tar.xz" PKG_DEPENDS_HOST="toolchain:host" PKG_DEPENDS_TARGET="toolchain" @@ -14,24 +14,20 @@ PKG_LONGDESC="kmod offers the needed flexibility and fine grained control over i PKG_CONFIGURE_OPTS_HOST="--enable-tools \ --disable-logging \ --disable-debug \ - --disable-gtk-doc \ - --disable-gtk-doc-html \ - --disable-gtk-doc-pdf \ --disable-manpages \ --with-gnu-ld \ --without-xz \ - --without-zlib" + --without-zlib \ + --without-zstd" PKG_CONFIGURE_OPTS_TARGET="--enable-tools \ --enable-logging \ --disable-debug \ - --disable-gtk-doc \ - --disable-gtk-doc-html \ - --disable-gtk-doc-pdf \ --disable-manpages \ --with-gnu-ld \ --without-xz \ - --without-zlib" + --without-zlib \ + --without-zstd" post_makeinstall_host() { ln -sf kmod $TOOLCHAIN/bin/depmod