diff options
| -rw-r--r-- | config/build.cfg | 3 | ||||
| -rw-r--r-- | files/ath9k-options.conf | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/config/build.cfg b/config/build.cfg index 7d56626..0d5a582 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -229,6 +229,9 @@ my $config = { # Blacklist pata_acpi (mga#3395). [ 'files/blacklist-ide.conf', '/etc/modprobe.d/blacklist-ide.conf', { mode => 0644 } ], + # Enable ath9k Bluetooth coexistence option (mga#34902). + [ 'files/ath9k-options.conf', '/etc/modprobe.d/ath9k-options.conf', { mode => 0644 } ], + # Live media specific initrd. [ 'files/dracut-live.conf', '/etc/dracut.conf.d/60-live.conf', { mode => 0644, no_install => 1 } ], diff --git a/files/ath9k-options.conf b/files/ath9k-options.conf new file mode 100644 index 0000000..ae02b7e --- /dev/null +++ b/files/ath9k-options.conf @@ -0,0 +1 @@ +options ath9k btcoex_enable=1 |
