diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-09 14:39:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-06-09 14:39:14 +0000 |
commit | bc73ca56198ce61623db3061e00c1d246d1e20a5 (patch) | |
tree | a43edb26e9ca27496f6d0f412c5a7ce88ecb5079 /package/network/utils/iwinfo/Makefile | |
parent | cb24c37858e2628c9dba371653779ad2aa771899 (diff) | |
download | upstream-bc73ca56198ce61623db3061e00c1d246d1e20a5.tar.gz upstream-bc73ca56198ce61623db3061e00c1d246d1e20a5.tar.bz2 upstream-bc73ca56198ce61623db3061e00c1d246d1e20a5.zip |
iwinfo: add phyname attribute, this is useful to group networks by radio phy
SVN-Revision: 36889
Diffstat (limited to 'package/network/utils/iwinfo/Makefile')
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 018832fffc..aa534112ed 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=45 +PKG_RELEASE:=46 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |