summaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-07-04 16:19:43 +0200
committerJo-Philipp Wich <jo@mein.io>2016-07-04 16:26:38 +0200
commitdd9afb8207822736dfea623206392584220e81af (patch)
tree12c0f8ffd62f1b9bce1bb5b585790b5b20d6d765 /package/network
parent70b4e4680461b08e58e1b6d54ebf6980fbb2c61a (diff)
downloadmaster-31e0f0ae-dd9afb8207822736dfea623206392584220e81af.tar.gz
master-31e0f0ae-dd9afb8207822736dfea623206392584220e81af.tar.bz2
master-31e0f0ae-dd9afb8207822736dfea623206392584220e81af.zip
iwinfo: fix nl80211 phy lookup without platform prefix
Commit d9b20a6f351c50d206fb6d2f965a16318c0cecf7 (SVN r48426) changed the mac80211 phy lookup logic to strip the platform/ directory component from the phy path specification. Fix iwinfo to follow that logic by trying to lookup phys both with and without "platform/" prefix. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/utils/iwinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index d9922b1cbc..3049e243b1 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
-PKG_VERSION:=2016-01-25
+PKG_VERSION:=2016-07-04
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/iwinfo.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=e4aca3910dff532ed878d0ceaf1ab6e8ad7719bf
+PKG_SOURCE_VERSION:=96d322d5941c57be58f8e8d5c6e2b28e90ed3598
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
PKG_LICENSE:=GPL-2.0