summaryrefslogtreecommitdiffstats
path: root/testing/dahdi-linux/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dahdi-linux/APKBUILD')
-rw-r--r--testing/dahdi-linux/APKBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/testing/dahdi-linux/APKBUILD b/testing/dahdi-linux/APKBUILD
index e4675ecc3..ca3597dd6 100644
--- a/testing/dahdi-linux/APKBUILD
+++ b/testing/dahdi-linux/APKBUILD
@@ -4,18 +4,22 @@ pkgname=dahdi-linux
_kernflavor=grsec
_kernver=2.6.28.7
pkgver=2.1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Digium Asterisk Hardware Device Interface drivers"
url="http://www.asterisk.org"
license="GPL"
depends="linux-grsec"
+# we need wget and tar because make install downloads firmware and uses fancy
+# options for tar and wget.
makedepends="linux-grsec-dev linux-grsec-sources wget tar perl"
install=
subpackages="$pkgname-dev $pkgname-grsec:mod"
source="http://downloads.digium.com/pub/telephony/dahdi-linux/releases/$pkgname-$pkgver.tar.gz
dahdi-depmod.patch
dahdi-bri_dchan.patch
- dahdi-zaphfc.patch"
+ dahdi-zaphfc.patch
+ zaphfc-dahdi-flortz.diff
+ "
build() {
local kout="$srcdir"/grsec
@@ -45,4 +49,5 @@ build() {
md5sums="ef2d34c394e8b600ad392560efc56920 dahdi-linux-2.1.0.4.tar.gz
c78fb8d80f9efdffd950297c88ff9273 dahdi-depmod.patch
1c9c44497fc883c6a5381abc93e5e6cf dahdi-bri_dchan.patch
-a822c092f0548cd13f5e8d8cba053af6 dahdi-zaphfc.patch"
+a822c092f0548cd13f5e8d8cba053af6 dahdi-zaphfc.patch
+291c5c44c86ab02443a742415461ddca zaphfc-dahdi-flortz.diff"