aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/coova-chilli/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/coova-chilli/APKBUILD b/testing/coova-chilli/APKBUILD
index 7d592a22d5..37ec1091ff 100644
--- a/testing/coova-chilli/APKBUILD
+++ b/testing/coova-chilli/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname=coova-chilli
pkgver=1.2.6
-pkgrel=0
+pkgrel=1
pkgdesc="CoovaChilli is an open source access controller for wireless LAN"
url="http://www.coova.org/"
arch="all"
@@ -35,7 +35,8 @@ build() {
--localstatedir=/var/run/chilli \
--libdir=/usr/lib \
--sysconfdir=/etc \
- --with-openssl
+ --with-openssl \
+ --enable-dhcpopt
make -j1 || return 1
}