diff options
| author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-03-07 11:27:53 +0000 |
|---|---|---|
| committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2026-03-07 11:27:53 +0000 |
| commit | b2e06f1bcff4306e89d8815d6d3a08c389b0f77d (patch) | |
| tree | 9e403ef5bd77346771d56c179c83d057899d2373 | |
| parent | e29fbfac78da193d7b4fc5175dd5ce1a1aff7d15 (diff) | |
| download | draklive-config-b2e06f1.tar draklive-config-b2e06f1.tar.gz draklive-config-b2e06f1.tar.bz2 draklive-config-b2e06f1.tar.xz draklive-config-b2e06f1.zip | |
Enable ath9k Bluetooth coexistence option (mga#34902).
| -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 |
