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 | 4314ac851cd3eb122b48e5c7186e9bbf34802db2 (patch) | |
tree | 746495933f37bdd922b3e2d7bb7e0848d334efa2 /package/network/utils/iwinfo/Makefile | |
parent | 113981176cef2a561b486af4f23affb5b9d88c00 (diff) | |
download | upstream-4314ac851cd3eb122b48e5c7186e9bbf34802db2.tar.gz upstream-4314ac851cd3eb122b48e5c7186e9bbf34802db2.tar.bz2 upstream-4314ac851cd3eb122b48e5c7186e9bbf34802db2.zip |
iwinfo: add phyname attribute, this is useful to group networks by radio phy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36889 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 := \ |