backports: add blacklist module support
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 10 Apr 2013 20:00:26 +0000 (13:00 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 10 Apr 2013 20:02:51 +0000 (22:02 +0200)
commitd90e29996fdd96f44b12beaf35c88e2e519ac0e4
treeafa365152aa929a6d523e6e7a9b8fd4c66354cbf
parent8750ec4baab3f4b798f79fd4564be35778af30d2
backports: add blacklist module support

This lets us provide a simple map of new drivers and old
drivers that it replaces at install time. This generates
a blacklist via the file:

/etc/modprobe.d/backports.conf

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
backport/.blacklist.map [new file with mode: 0644]
backport/Makefile.real
backport/scripts/blacklist.sh [new file with mode: 0755]
gentree.py