diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-22 12:02:35 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-22 12:02:35 +0000 |
commit | 030f9c1bee27e6d29cb0b9e6011481ed2f66685d (patch) | |
tree | 64783916f47a93a029e9ef4b50ef2961b74181a2 /package/iw/Makefile | |
parent | 859eee55191418ab698e58d28b8c80eb8afa582b (diff) |
[package] iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong operator precedence
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26968 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iw/Makefile')
-rw-r--r-- | package/iw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile index 625e17921..2b714f8f9 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iw PKG_VERSION:=0.9.22 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://wireless.kernel.org/download/iw/ |