diff options
author | Andy Boyett <agb@openwrt.org> | 2009-01-31 16:08:57 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-01-31 16:08:57 +0000 |
commit | f19d25ebb31f101e7dd7ce5068e4b1062b21d61b (patch) | |
tree | fa6e5456a9d63b239026e6591f300d3014645b8c /package/madwifi/Makefile | |
parent | 32dce30e261bd6b9487efbc2e38bf0b82fc77828 (diff) | |
download | upstream-f19d25ebb31f101e7dd7ce5068e4b1062b21d61b.tar.gz upstream-f19d25ebb31f101e7dd7ce5068e4b1062b21d61b.tar.bz2 upstream-f19d25ebb31f101e7dd7ce5068e4b1062b21d61b.zip |
madwifi: mode txpower to wifi-device section, but remain backwards compatible
SVN-Revision: 14307
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index e6d13a936b..943a13c215 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006-2008 OpenWrt.org +# +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -13,7 +13,7 @@ PKG_NAME:=madwifi ifneq ($(CONFIG_MADWIFI_UPSTREAM),) PKG_VERSION:=0.9.4 - PKG_RELEASE:=1 + PKG_RELEASE:=2 PKG_SOURCE:=madwifi-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.sourceforge.net/madwifi/ @@ -26,7 +26,7 @@ else # PKG_BRANCH:=madwifi-dfs PKG_REV:=3314 PKG_VERSION:=r$(PKG_REV) - PKG_RELEASE:=1 + PKG_RELEASE:=2 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV) |