backports: add support for module compression
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 10 Apr 2013 11:35:24 +0000 (04:35 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 20:22:04 +0000 (22:22 +0200)
commite27ccf500565720f45d997a6453a0b1d8996c887
tree206a379ae67089617de48cbe105d140f3c0a2f6a
parentd90e29996fdd96f44b12beaf35c88e2e519ac0e4
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>
backport/Makefile.real
backport/scripts/compress_modules.sh [new file with mode: 0755]