mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
kmod: update to kmod-4
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3294cbdbb0
commit
ba9548cdfe
@ -26,8 +26,18 @@ cd $PKG_BUILD
|
|||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-shared \
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--enable-shared \
|
||||||
|
--enable-tools \
|
||||||
|
--enable-logging \
|
||||||
|
--disable-debug \
|
||||||
|
--disable-gtk-doc \
|
||||||
|
--disable-gtk-doc-html \
|
||||||
|
--disable-gtk-doc-pdf \
|
||||||
|
--with-gnu-ld \
|
||||||
|
--without-xz \
|
||||||
|
--without-zlib
|
||||||
|
|
||||||
make
|
make
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
@ -19,8 +19,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="kmod"
|
PKG_NAME="kmod"
|
||||||
PKG_VERSION="3"
|
PKG_VERSION="4"
|
||||||
PKG_REV="3"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://git.profusion.mobi/cgit.cgi/kmod.git/"
|
PKG_SITE="http://git.profusion.mobi/cgit.cgi/kmod.git/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user