From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> Use only depmod -a and at the same time tell the user to reboot, we no longer support unloading / loading for them given that we backport too many modules. Signed-off-by: Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> --- backport/Makefile.real | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/backport/Makefile.real b/backport/Makefile.real index 3eb92a7..f2b5b56 100644 --- a/backport/Makefile.real +++ b/backport/Makefile.real @@ -95,10 +95,8 @@ install: modules done ) @./scripts/check_depmod @./scripts/backport_firmware_install - @/sbin/depmod -ae + @/sbin/depmod -a @echo @echo Your backported driver modules should be installed now. - @echo Try loading them with modprobe. + @echo Reboot. @echo -# FIXME: -# install/load/unload/... scripts? -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html