mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: add default option 'nohwcrypt=1' as default for loading the ath9k driver. it's reported the driver will work more stable with this option
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
758eb9bfdb
commit
32e1c368e1
@ -44,3 +44,4 @@ mkdir -p $INSTALL/etc
|
||||
cp $PKG_DIR/config/modules $INSTALL/etc
|
||||
|
||||
mkdir -p $INSTALL/etc/modprobe.d
|
||||
cp $PKG_DIR/modprobe.d/*.conf $INSTALL/etc/modprobe.d
|
||||
|
5
packages/linux/modprobe.d/ath9k.conf
Normal file
5
packages/linux/modprobe.d/ath9k.conf
Normal file
@ -0,0 +1,5 @@
|
||||
# /etc/modprobe.d/ath9k: setup modload options for module ath9k.
|
||||
# see:
|
||||
# http://openelec.tv/forum/28-issue-reports/4644-addons-download-not-working#4778
|
||||
|
||||
options ath9k nohwcrypt=1
|
Loading…
x
Reference in New Issue
Block a user