From d90e29996fdd96f44b12beaf35c88e2e519ac0e4 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Wed, 10 Apr 2013 13:00:26 -0700 Subject: 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 Signed-off-by: Johannes Berg --- backport/.blacklist.map | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 backport/.blacklist.map (limited to 'backport/.blacklist.map') diff --git a/backport/.blacklist.map b/backport/.blacklist.map new file mode 100644 index 00000000..dd582032 --- /dev/null +++ b/backport/.blacklist.map @@ -0,0 +1,10 @@ +# Update this map when a driver gets renamed or +# symbols from old drivers get moved to a newer +# driver. If you have the driver on the right +# hand side it will be blacklisted upon installation +# only if you actually installed the driver on the +# left. + +# new-driver old-driver +iwlwifi iwlagn +iwl4965 iwlagn -- cgit v1.2.3