mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux:
- install module-init-tools to target - depmod resides now in $TOOLCHAIN/bin
This commit is contained in:
parent
cd4e393cc0
commit
1328bdeca6
@ -2,6 +2,8 @@
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install module-init-tools
|
||||
|
||||
RAMFS_DRV_SUBSYSTEMS="ata ide scsi"
|
||||
|
||||
PKG_DIR=`find $PACKAGES -type d -name $1`
|
||||
@ -15,7 +17,7 @@ for MOD in `find $INSTALL/lib/modules/ -name *.ko`; do
|
||||
$STRIP --strip-debug $MOD
|
||||
done
|
||||
|
||||
$BUILD/module-init-tool*/build/depmod -b $INSTALL -v $VER > /dev/null
|
||||
$ROOT/$TOOLCHAIN/bin/depmod -b $INSTALL -v $VER > /dev/null
|
||||
|
||||
for i in `ls $INSTALL/lib/modules/*/modules.* | grep -v modules.dep | grep -v modules.alias | grep -v modules.symbols`; do
|
||||
rm -f $i
|
||||
|
Loading…
x
Reference in New Issue
Block a user