From 7e6b24a8102e35991e5d4da8018fbdb7bc657ba5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 22 May 2011 12:02:35 +0000 Subject: iw: fix calculation of fractional multicast rates like 5.5Mbps due to wrong operator precedence SVN-Revision: 26968 --- package/iw/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/iw/Makefile') diff --git a/package/iw/Makefile b/package/iw/Makefile index 625e17921b..2b714f8f98 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/ -- cgit v1.2.3