From c8650f9c421f09d5ae39583ed40954f2f466ed72 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Fri, 23 Jan 2015 19:58:53 +0200 Subject: [PATCH] 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 --- packages/linux/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 905c581ce6..6b65d0d1e7 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -137,6 +137,7 @@ make_target() { rm -f $INSTALL/lib/modules/*/source ( cd $ROOT + rm -rf $ROOT/$BUILD/initramfs $SCRIPTS/install initramfs )