mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/dkms-8192cu disable power saving mode
This commit is contained in:
parent
6ff4af27f1
commit
68d74a1a76
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ package() {
|
|||
patch -p1 -i "$srcdir/use_kthread_run_v2.patch"
|
||||
patch -Np1 -i "$srcdir/add_missing_ids_netgear_dlink.patch"
|
||||
|
||||
#Disable Power Saving
|
||||
sed -i 's/^CONFIG_POWER_SAVING\ \ \ =\ y/CONFIG_POWER_SAVING\ =\ n/' Makefile
|
||||
|
||||
for d in `find . -type d`
|
||||
do
|
||||
install -dm755 "$installDir/$d"
|
||||
|
|
Loading…
Reference in a new issue