diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-20 00:13:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-20 00:13:58 +0000 |
commit | cfc23e4c491b950169e9c46c0bfb2caab78afc46 (patch) | |
tree | ce8767b71dc7e32d55d3ab11d18988f9f614027f /package/hostapd/Makefile | |
parent | f0049824b9de1849ba4c4c48b9389f748363d938 (diff) | |
download | upstream-cfc23e4c491b950169e9c46c0bfb2caab78afc46.tar.gz upstream-cfc23e4c491b950169e9c46c0bfb2caab78afc46.tar.bz2 upstream-cfc23e4c491b950169e9c46c0bfb2caab78afc46.zip |
hostapd: introduce options to configure the logging behaviour. The config wifi-device section gains the following settings: * log_level (2) - Defines the minimum message level * log_80211 (true) - Log 802.11 events * log_8021x (true) - Log 802.1X events * log_radius (true) - Log RADIUS events * log_wpa (true) - Log WPA events * log_driver (true) - Log driver interface messages * log_iapp (true) - Log IAPP events * log_mlme (true) - Log MLME events
SVN-Revision: 28056
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 6111e9a6ee..9f93054db7 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd PKG_VERSION:=20110527 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_REV:=ceb34f250af7a7082f18c1e0451dc7fbc0f000f3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |