diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-09 11:47:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-09 11:47:44 +0000 |
commit | b1a4acfb407d6d116689538faa74c84db4f22901 (patch) | |
tree | 40c647cfced6d9b5a56701605b049340a052cb17 /package/iw/Makefile | |
parent | 10f199d832eeae9768b327fd227c88de108106cf (diff) | |
download | upstream-b1a4acfb407d6d116689538faa74c84db4f22901.tar.gz upstream-b1a4acfb407d6d116689538faa74c84db4f22901.tar.bz2 upstream-b1a4acfb407d6d116689538faa74c84db4f22901.zip |
pacakge/iw: don't show a stray ']' if the chain signal attribute list is empty
Without the patch, the output of 'station dump' command looks weird in
some cases:
root@OpenWrt:/# iw dev wlan0 station dump
Station 00:21:27:cb:57:02 (on wlan0)
inactive time: 190 ms
rx bytes: 36652
rx packets: 149
tx bytes: 1998
tx packets: 16
tx retries: 0
tx failed: 0
signal: -31 ] dBm
signal avg: -30 [-32, -36] dBm
tx bitrate: 5.5 MBit/s
rx bitrate: 54.0 MBit/s
root@OpenWrt:/#
SVN-Revision: 28879
Diffstat (limited to 'package/iw/Makefile')
-rw-r--r-- | package/iw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile index c0f6eb7394..159d69a10b 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iw PKG_VERSION:=3.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://wireless.kernel.org/download/iw/ |