hostapd: update to 2.1.
This commit is contained in:
parent
948dd200aa
commit
2938e3b950
|
@ -90,3 +90,5 @@ CONFIG_DRIVER_NL80211=y
|
|||
CONFIG_IEEE80211N=y
|
||||
|
||||
CONFIG_LIBNL32=y
|
||||
|
||||
CONFIG_ACS=y
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'hostapd'
|
||||
pkgname=hostapd
|
||||
version=2.0
|
||||
version=2.1
|
||||
revision=1
|
||||
build_wrksrc=${pkgname}
|
||||
makedepends="pkg-config libnl3-devel openssl-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libnl3-devel openssl-devel"
|
||||
conf_files="
|
||||
/etc/hostapd/hostapd.conf
|
||||
/etc/hostapd/hlr_auc_gw.milenage_db
|
||||
|
@ -20,7 +21,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://w1.fi/hostapd/"
|
||||
distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
|
||||
checksum=262ce394b930bccc3d65fb99ee380f28d36444978f524c845a98e8e29f4e9d35
|
||||
checksum=5c7110f55b6092e5277e26edc961eda2def12b94218129d116f5681e34bb2f88
|
||||
|
||||
do_build() {
|
||||
cp -f ${FILESDIR}/config .config
|
||||
|
|
Loading…
Reference in New Issue