mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
linux: dont remove modules.buildin and modules.order - used by kmod's depmod
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
02954e3695
commit
5275bef0b7
@ -121,7 +121,6 @@ make_target() {
|
|||||||
LDFLAGS="" make INSTALL_MOD_PATH=$INSTALL DEPMOD="$ROOT/$TOOLCHAIN/bin/depmod" modules_install
|
LDFLAGS="" make INSTALL_MOD_PATH=$INSTALL DEPMOD="$ROOT/$TOOLCHAIN/bin/depmod" modules_install
|
||||||
rm -f $INSTALL/lib/modules/*/build
|
rm -f $INSTALL/lib/modules/*/build
|
||||||
rm -f $INSTALL/lib/modules/*/source
|
rm -f $INSTALL/lib/modules/*/source
|
||||||
rm -f $INSTALL/lib/modules/*/modules.*
|
|
||||||
|
|
||||||
( cd $ROOT
|
( cd $ROOT
|
||||||
$SCRIPTS/install initramfs
|
$SCRIPTS/install initramfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user