kmod: update to 28

update 27 (2020-02-18) to 28 (2021-01-07)
changelog: https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git/log/
cleaned up configure flags
fix PKG_SITE
This commit is contained in:
heitbaum 2021-01-09 09:31:42 +00:00
parent ffe456ce65
commit 9e52c52ea1

View File

@ -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