diff options
-rw-r--r-- | testing/wanpipe-grsec/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/wanpipe-grsec/APKBUILD b/testing/wanpipe-grsec/APKBUILD index 06851f0b42..9897ca7796 100644 --- a/testing/wanpipe-grsec/APKBUILD +++ b/testing/wanpipe-grsec/APKBUILD @@ -24,7 +24,7 @@ _mypkgrel=0 pkgrel=$(($_kpkgrel + $_mypkgrel)) pkgdesc="Sangoma Wanpipe drivers for $_flavor kernel" url="http://wiki.sangoma.com/wanpipe-linux-drivers" -arch="all" +arch="" license="GPL" depends="linux-${_flavor}=${_kernelver}" makedepends="linux-${_flavor}-dev=${_kernelver} bison libtool flex bash @@ -32,8 +32,7 @@ makedepends="linux-${_flavor}-dev=${_kernelver} bison libtool flex bash install= install_if="linux-$_flavor=$_kernelver $_realname" subpackages= -source="ftp://ftp.sangoma.com/linux/current_wanpipe/wanpipe-$_realver.tgz - constify.patch" +source="ftp://ftp.sangoma.com/linux/current_wanpipe/wanpipe-$_realver.tgz" # override kernel's prepare() prepare() { |