backports: use depmod -a
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 10 Apr 2013 11:35:27 +0000 (04:35 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 20:27:57 +0000 (22:27 +0200)
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>
backport/Makefile.real

index 8842778927faad225890b906c50ca060fadd4b43..e477ad12e6bc3cc3e247dbcbc49845780f62ab2f 100644 (file)
@@ -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?