diff options
| -rw-r--r-- | config/build.cfg | 3 | ||||
| -rw-r--r-- | files/ath9k-options.conf | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/config/build.cfg b/config/build.cfg index ec5a67f..d827938 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -229,9 +229,6 @@ 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 deleted file mode 100644 index ae02b7e..0000000 --- a/files/ath9k-options.conf +++ /dev/null @@ -1 +0,0 @@ -options ath9k btcoex_enable=1 |
