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
parent b4d7943bdb
commit c8650f9c42

View File

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