mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
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:
parent
ffe456ce65
commit
9e52c52ea1
@ -2,10 +2,10 @@
|
|||||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||||
|
|
||||||
PKG_NAME="kmod"
|
PKG_NAME="kmod"
|
||||||
PKG_VERSION="27"
|
PKG_VERSION="28"
|
||||||
PKG_SHA256="c1d3fbf16ca24b95f334c1de1b46f17bbe5a10b0e81e72668bdc922ebffbbc0c"
|
PKG_SHA256="3969fc0f13daa98084256337081c442f8749310089e48aa695c9b4dfe1b3a26c"
|
||||||
PKG_LICENSE="GPL"
|
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_URL="https://www.kernel.org/pub/linux/utils/kernel/kmod/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_HOST="toolchain:host"
|
PKG_DEPENDS_HOST="toolchain:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain"
|
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 \
|
PKG_CONFIGURE_OPTS_HOST="--enable-tools \
|
||||||
--disable-logging \
|
--disable-logging \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-gtk-doc \
|
|
||||||
--disable-gtk-doc-html \
|
|
||||||
--disable-gtk-doc-pdf \
|
|
||||||
--disable-manpages \
|
--disable-manpages \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--without-xz \
|
--without-xz \
|
||||||
--without-zlib"
|
--without-zlib \
|
||||||
|
--without-zstd"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-tools \
|
PKG_CONFIGURE_OPTS_TARGET="--enable-tools \
|
||||||
--enable-logging \
|
--enable-logging \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-gtk-doc \
|
|
||||||
--disable-gtk-doc-html \
|
|
||||||
--disable-gtk-doc-pdf \
|
|
||||||
--disable-manpages \
|
--disable-manpages \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
--without-xz \
|
--without-xz \
|
||||||
--without-zlib"
|
--without-zlib \
|
||||||
|
--without-zstd"
|
||||||
|
|
||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
ln -sf kmod $TOOLCHAIN/bin/depmod
|
ln -sf kmod $TOOLCHAIN/bin/depmod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user