diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-07-29 09:48:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-07-29 09:48:02 +0000 |
commit | 4c377f4f71dec362a3168527cb509db68a0124ec (patch) | |
tree | 24d342029bc608b69c46139c9a1662c5f2e66c57 /package/network/services/hostapd/Makefile | |
parent | 9894da0116bc757030ed2719f68a620c88b10278 (diff) | |
download | upstream-4c377f4f71dec362a3168527cb509db68a0124ec.tar.gz upstream-4c377f4f71dec362a3168527cb509db68a0124ec.tar.bz2 upstream-4c377f4f71dec362a3168527cb509db68a0124ec.zip |
hostapd: Reintroduce Full Dynamic VLAN support
This patch brings full dynamic vlan support to netifd that existed in hostapd.sh in Attitude Adjustment.
Signed-off-by: Joseph CG Walker <Joe@ChubbyPenguin.net>
[jow@openwrt.org: changed commit message, rebased on top of current hostapd.sh]
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41872 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r-- | package/network/services/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index 6872742edc..bb5d93fedf 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hostapd -PKG_VERSION:=2014-06-03 +PKG_VERSION:=2014-07-29 PKG_RELEASE:=1 PKG_REV:=84df167554569af8c87f0a8ac1fb508192417d8e |