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>
@./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?