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:
Stefan Saraev 2015-01-23 19:58:53 +02:00 committed by Stephan Raue
parent a08694a23d
commit 347828fd9e

View File

@ -133,6 +133,7 @@ make_target() {
rm -f $INSTALL/lib/modules/*/source
( cd $ROOT
rm -rf $ROOT/$BUILD/initramfs
$SCRIPTS/install initramfs
)