mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux: always force initrd rebuild
we dont want "stale" modules in initrd, that wont load at all (invalud mod format) when a module is removed from INITRAMFS_MODULES
This commit is contained in:
parent
a08694a23d
commit
347828fd9e
@ -133,6 +133,7 @@ make_target() {
|
|||||||
rm -f $INSTALL/lib/modules/*/source
|
rm -f $INSTALL/lib/modules/*/source
|
||||||
|
|
||||||
( cd $ROOT
|
( cd $ROOT
|
||||||
|
rm -rf $ROOT/$BUILD/initramfs
|
||||||
$SCRIPTS/install initramfs
|
$SCRIPTS/install initramfs
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user