diff options
-rw-r--r-- | main/coova-chilli/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/coova-chilli/APKBUILD b/main/coova-chilli/APKBUILD index 3686fbdb05..276c371aac 100644 --- a/main/coova-chilli/APKBUILD +++ b/main/coova-chilli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@gmail.com> pkgname=coova-chilli pkgver=1.2.8 -pkgrel=0 +pkgrel=1 pkgdesc="CoovaChilli is an open source access controller for wireless LAN" url="http://www.coova.org/" arch="all" @@ -36,6 +36,7 @@ build() { --libdir=/usr/lib \ --sysconfdir=/etc \ --with-openssl \ + --enable-layer3 \ --enable-dhcpopt make -j1 || return 1 } |