diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-03-14 23:48:25 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-03-14 23:48:25 +0000 |
commit | 4fca99b1dc1635bb9770dd3ddf270b8e19022802 (patch) | |
tree | ec9bc48a39fda286eeb31f63db8bbf4ee6c247e3 /package/hostap-driver/Makefile | |
parent | 4bcca969dc7b68592b02c41bde7a1c04ef80f37f (diff) | |
download | mtk-20170518-4fca99b1dc1635bb9770dd3ddf270b8e19022802.zip mtk-20170518-4fca99b1dc1635bb9770dd3ddf270b8e19022802.tar.gz mtk-20170518-4fca99b1dc1635bb9770dd3ddf270b8e19022802.tar.bz2 |
hostap-driver: Add support for multiple interfaces
SVN-Revision: 26162
Diffstat (limited to 'package/hostap-driver/Makefile')
-rw-r--r-- | package/hostap-driver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 8a70ad8..d08fd9c 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 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. @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=hostap-driver PKG_VERSION:=0.4.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ |