wpa_supplicant: enable update_config in the default config file.

This should allow dhcpcd-{gtk,qt} to work correctly.
This commit is contained in:
Juan RP 2014-12-18 09:57:27 +01:00
parent c0f3f43a34
commit 15ddaafd7d
2 changed files with 2 additions and 3 deletions

View file

@ -5,5 +5,6 @@ ctrl_interface_group=wheel
eapol_version=1
ap_scan=1
fast_reauth=1
update_config=1
# Add here your networks.

View file

@ -1,7 +1,7 @@
# Template file for 'wpa_supplicant'
pkgname=wpa_supplicant
version=2.3
revision=3
revision=4
build_wrksrc=$pkgname
short_desc="WPA/WPA2/IEEE 802.1X Supplicant"
maintainer="Juan RP <xtraeme@gmail.com>"
@ -20,12 +20,10 @@ pre_build() {
cp -f ${FILESDIR}/config .config
sed -i 's, -u, -uq,' dbus/*.service.in
}
do_build() {
export CFLAGS+=" $(pkg-config --cflags libnl-3.0)"
make ${make_build_args} V=1 PREFIX=/usr BINDIR=/usr/bin
}
do_install() {
make PREFIX=/usr BINDIR=/usr/bin DESTDIR=${DESTDIR} install