diff options
author | Andy Boyett <agb@openwrt.org> | 2009-01-31 16:08:19 +0000 |
---|---|---|
committer | Andy Boyett <agb@openwrt.org> | 2009-01-31 16:08:19 +0000 |
commit | 32dce30e261bd6b9487efbc2e38bf0b82fc77828 (patch) | |
tree | e7b72593ed258a3d5c35c93113317ff1e0f400b9 /package/broadcom-wl/Makefile | |
parent | 730346e2d595f5a8da9c45605537ede3315e767d (diff) | |
download | upstream-32dce30e261bd6b9487efbc2e38bf0b82fc77828.tar.gz upstream-32dce30e261bd6b9487efbc2e38bf0b82fc77828.tar.bz2 upstream-32dce30e261bd6b9487efbc2e38bf0b82fc77828.zip |
broadcom-wl: move txpower back to wifi-device section, but remain backwards compatible
SVN-Revision: 14306
Diffstat (limited to 'package/broadcom-wl/Makefile')
-rw-r--r-- | package/broadcom-wl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile index 345f849994..e49fc50a88 100644 --- a/package/broadcom-wl/Makefile +++ b/package/broadcom-wl/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 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. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=broadcom-wl PKG_VERSION:=4.150.10.5.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 WLC_VERSION:=0.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |