diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-04-10 04:35:27 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-04-10 22:27:57 +0200 |
commit | 0079ca16bf859e0a4cf1d712d1e59fc65e2c9f9e (patch) | |
tree | 7322fc01ffb44ce6cbcfde7ae20855df93e9e8c4 /backport | |
parent | 34c28953aba4417414476de3b1c91617e9cd91ee (diff) |
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 <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport')
-rw-r--r-- | backport/Makefile.real | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/backport/Makefile.real b/backport/Makefile.real index 88427789..e477ad12 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? |