summaryrefslogtreecommitdiff
path: root/backport/Makefile.real
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2013-04-10 04:35:24 -0700
committerJohannes Berg <johannes.berg@intel.com>2013-04-10 22:22:04 +0200
commite27ccf500565720f45d997a6453a0b1d8996c887 (patch)
tree206a379ae67089617de48cbe105d140f3c0a2f6a /backport/Makefile.real
parentd90e29996fdd96f44b12beaf35c88e2e519ac0e4 (diff)
backports: add support for module compression
Some Linux distributions like to compress their modules. Add support to detect this in a modutils / modprobe agnostic way. Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> [refactor to just a single script] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'backport/Makefile.real')
-rw-r--r--backport/Makefile.real2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/Makefile.real b/backport/Makefile.real
index 032a8d75..d79aafc1 100644
--- a/backport/Makefile.real
+++ b/backport/Makefile.real
@@ -88,13 +88,13 @@ install: modules
INSTALL_MOD_DIR=$(KMODDIR) $(KMODPATH_ARG) \
modules_install
@./scripts/blacklist.sh $(KLIB)/ $(KLIB)/$(KMODDIR)
+ @./scripts/compress_modules.sh $(KLIB)/$(KMODDIR)
@/sbin/depmod -ae
@echo
@echo Your backported driver modules should be installed now.
@echo Try loading them with modprobe.
@echo
# FIXME:
-# compress modules
# check depmod
# install/load/unload/... scripts?
# compat firmware class udev stuff