diff options
author | Luis R. Rodriguez <mcgrof@do-not-panic.com> | 2013-04-10 13:00:26 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-04-10 22:02:51 +0200 |
commit | d90e29996fdd96f44b12beaf35c88e2e519ac0e4 (patch) | |
tree | afa365152aa929a6d523e6e7a9b8fd4c66354cbf /gentree.py | |
parent | 8750ec4baab3f4b798f79fd4564be35778af30d2 (diff) |
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>
Diffstat (limited to 'gentree.py')
-rwxr-xr-x | gentree.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -324,6 +324,7 @@ def process(kerneldir, outdir, copy_list_file, git_revision=None, backport_files = [(x, x) for x in [ 'Kconfig', 'Makefile', 'Makefile.build', 'Makefile.kernel', '.gitignore', 'Makefile.real', 'compat/', 'include/', 'kconfig/', 'defconfigs/', + 'scripts/', '.blacklist.map', ]] if not args.git_revision: logwrite('Copy original source files ...') |