mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
power saving disabled by default
This commit is contained in:
parent
4d748597e7
commit
bcd7c2d346
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,7 @@ source=("https://www.dropbox.com/s/61askvmgh6iyh6p/rtl8188C_8192C_usb_linux_$pkg
|
|||
md5sums=('efb71a576f781c3d15531511aac2c5c9'
|
||||
'82db3ab6573dbe2ede43e49ac35259cb'
|
||||
'5b764e13afd1ccad5bb14bd4d9633604'
|
||||
'101c68f5f63df796a835f73b331a1814'
|
||||
'd409b3b79832eadbed6e15d845de26b7'
|
||||
'21077239f17639254b74d74daea8655b'
|
||||
'5f2d28bf3839447bfe762416a89e1a21')
|
||||
|
||||
|
@ -41,6 +41,9 @@ package() {
|
|||
patch -p1 -i "$srcdir/fix_310_proc.patch"
|
||||
patch -p1 -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