From: Luis R. Rodriguez Date: Wed, 10 Apr 2013 11:35:27 +0000 (-0700) Subject: backports: use depmod -a X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0079ca16bf859e0a4cf1d712d1e59fc65e2c9f9e;p=openwrt%2Fstaging%2Fblogic.git backports: use depmod -a 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 Signed-off-by: Johannes Berg --- diff --git a/backport/Makefile.real b/backport/Makefile.real index 8842778927fa..e477ad12e6bc 100644 --- a/backport/Makefile.real +++ b/backport/Makefile.real @@ -91,10 +91,8 @@ install: modules @./scripts/compress_modules.sh $(KLIB)/$(KMODDIR) @./scripts/check_depmod.sh @./scripts/backport_firmware_install.sh - @/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?