mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
alarm/dkms-8192cu to v4.0.2_9000.20130911-2
This commit is contained in:
parent
e12efeea01
commit
654418e005
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=dkms-8192cu
|
||||
pkgver=v4.0.2_9000.20130911
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Driver for Realtek RTL8188CUS (8188C, 8192C) chipset wireless cards"
|
||||
arch=('arm')
|
||||
url="http://www.realtek.com.tw/"
|
||||
|
@ -44,6 +44,9 @@ package() {
|
|||
# Disable power saving
|
||||
sed -i 's/^CONFIG_POWER_SAVING \= y/CONFIG_POWER_SAVING = n/' Makefile
|
||||
|
||||
# Fix __TIME__ macros error
|
||||
sed -i 's/^#define CONFIG_DEBUG_RTL819X/\ /' include/autoconf.h
|
||||
|
||||
for d in `find . -type d`
|
||||
do
|
||||
install -dm755 "$installDir/$d"
|
||||
|
|
Loading…
Reference in a new issue