aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-08-09 14:13:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-08-09 14:13:56 +0000
commit9f502081a1c566bfe214ef3e00a2fd1515744053 (patch)
treea139319dd6569c9f1956b2399bddb64ca305ac8f
parenta7214eb7d00074b09fa5b6a4f56a769dca17ca76 (diff)
downloadalpine_aports-9f502081a1c566bfe214ef3e00a2fd1515744053.tar.bz2
alpine_aports-9f502081a1c566bfe214ef3e00a2fd1515744053.tar.xz
alpine_aports-9f502081a1c566bfe214ef3e00a2fd1515744053.zip
main/dahdi-linux: recompile for new kernel. remove conflicting firmware
The firmware is provided by dahdi-linux package.
-rw-r--r--main/dahdi-linux-grsec/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/dahdi-linux-grsec/APKBUILD b/main/dahdi-linux-grsec/APKBUILD
index f021401a54..919927a050 100644
--- a/main/dahdi-linux-grsec/APKBUILD
+++ b/main/dahdi-linux-grsec/APKBUILD
@@ -14,7 +14,7 @@ _realname=dahdi-linux
14 14
15pkgname=${_realname}-${_flavor} 15pkgname=${_realname}-${_flavor}
16pkgver=2.2.0 16pkgver=2.2.0
17pkgrel=4 17pkgrel=5
18pkgdesc="Digium Asterisk Hardware Device Interface drivers" 18pkgdesc="Digium Asterisk Hardware Device Interface drivers"
19url="http://www.asterisk.org" 19url="http://www.asterisk.org"
20license="GPL" 20license="GPL"
@@ -45,6 +45,7 @@ build() {
45 || return 1 45 || return 1
46 make KVERS="${_abi_release}" DYNFS="yes" MODULES_EXTRA="zaphfc" \ 46 make KVERS="${_abi_release}" DYNFS="yes" MODULES_EXTRA="zaphfc" \
47 DESTDIR="$pkgdir" install 47 DESTDIR="$pkgdir" install
48 rm -r "$pkgdir"/lib/firmware
48} 49}
49 50
50# since we sourced the APKBUILD above we got the dev() function there to 51# since we sourced the APKBUILD above we got the dev() function there to