mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/image, linux: replace 'module-init-tools' with 'kmod:host'
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0b44fa77ae
commit
02954e3695
@ -29,7 +29,7 @@ PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kernel.org"
|
||||
PKG_DEPENDS_TARGET="busybox linux-drivers linux-firmware pciutils $BOOTLOADER"
|
||||
PKG_BUILD_DEPENDS_HOST="ccache"
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain cpio module-init-tools pciutils xz"
|
||||
PKG_BUILD_DEPENDS_TARGET="toolchain cpio kmod:host pciutils xz"
|
||||
PKG_BUILD_DEPENDS_INIT="toolchain"
|
||||
PKG_NEED_UNPACK="$LINUX_DEPENDS"
|
||||
PKG_PRIORITY="optional"
|
||||
|
@ -26,7 +26,7 @@ $SCRIPTS/checkdeps build
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build squashfs
|
||||
$SCRIPTS/build fakeroot
|
||||
$SCRIPTS/build module-init-tools
|
||||
$SCRIPTS/build kmod:host
|
||||
|
||||
BUILD_DATE=`date +%Y%m%d%H%M%S`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user