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:
Stephan Raue 2011-04-02 11:09:20 +02:00
parent 758eb9bfdb
commit 32e1c368e1
2 changed files with 6 additions and 0 deletions

View File

@ -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

View 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