diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-20 00:14:48 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-08-20 00:14:48 +0000 |
commit | 9d33a50cbbe8bd48b5978fd4e41fccecd9396f5a (patch) | |
tree | 360d147c7050a015f851c301146e12a465f438c0 /package/mac80211/Makefile | |
parent | cfc23e4c491b950169e9c46c0bfb2caab78afc46 (diff) | |
download | upstream-9d33a50cbbe8bd48b5978fd4e41fccecd9396f5a.tar.gz upstream-9d33a50cbbe8bd48b5978fd4e41fccecd9396f5a.tar.bz2 upstream-9d33a50cbbe8bd48b5978fd4e41fccecd9396f5a.zip |
mac80211: configure hostapd logging options
SVN-Revision: 28057
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index cb1080fd3e..307916216c 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2011-08-10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_MD5SUM:=fb2ee04eaafbdf4117c475ba78f8f5b9 |