aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorAndy Boyett <agb@openwrt.org>2009-01-31 16:08:57 +0000
committerAndy Boyett <agb@openwrt.org>2009-01-31 16:08:57 +0000
commitcdc6c574ad92dc69037253469d505269f1358a3a (patch)
tree7dcb35490867e3fd2edc435d8ae622f511da1059 /package/madwifi/Makefile
parent28216492767f0ffe8b7a82f5dac6efd87adfaf74 (diff)
downloadmaster-187ad058-cdc6c574ad92dc69037253469d505269f1358a3a.tar.gz
master-187ad058-cdc6c574ad92dc69037253469d505269f1358a3a.tar.bz2
master-187ad058-cdc6c574ad92dc69037253469d505269f1358a3a.zip
[package] madwifi: mode txpower to wifi-device section, but remain backwards compatible
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14307 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile8
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)