mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
( cd $ROOT
|
||||
rm -rf $ROOT/$BUILD/initramfs
|
||||
$SCRIPTS/install initramfs
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user