iwlwifi-3945-ucode: Added symlink to fix issues with ipwraw
This commit is contained in:
parent
06e00fd33c
commit
f2c8471cf8
@ -1,3 +1,4 @@
|
||||
drwxr-xr-x root/root lib/
|
||||
drwxr-xr-x root/root lib/firmware/
|
||||
-rw-r--r-- root/root lib/firmware/iwlwifi-3945-1.ucode
|
||||
drwxr-xr-x root/root lib/
|
||||
drwxr-xr-x root/root lib/firmware/
|
||||
-rw-r--r-- root/root lib/firmware/iwlwifi-3945-1.ucode
|
||||
lrwxrwxrwx root/root lib/firmware/iwlwifi-3945.ucode -> /lib/firmware/iwlwifi-3945-1.ucode
|
||||
|
@ -2,14 +2,16 @@
|
||||
# URL: http://intellinuxwireless.org/?p=iwlwifi
|
||||
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
|
||||
# Packager: Rouven Schuerch, rs at tegonal dot com
|
||||
# Depends on:
|
||||
# Depends on:
|
||||
|
||||
name=iwlwifi-3945-ucode
|
||||
version=2.14.1.5
|
||||
release=1
|
||||
release=2
|
||||
source=(http://intellinuxwireless.org/iwlwifi/downloads/$name-$version.tgz)
|
||||
|
||||
build () {
|
||||
install -D -m 0644 $name-$version/iwlwifi-3945-1.ucode \
|
||||
$PKG/lib/firmware/iwlwifi-3945-1.ucode
|
||||
ln -sf /lib/firmware/iwlwifi-3945-1.ucode \
|
||||
$PKG/lib/firmware/iwlwifi-3945.ucode
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user