diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-05 10:26:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-05 10:26:05 +0000 |
commit | bfacdd543b92213a6f47ae0a58ac170286c4610a (patch) | |
tree | 4a16b45229df0058e948a825c157dfa41ef227a9 /package/network/utils/iwinfo/Makefile | |
parent | 0d160a4d3e056fb277d139119c7a0dab54883dd5 (diff) | |
download | upstream-bfacdd543b92213a6f47ae0a58ac170286c4610a.tar.gz upstream-bfacdd543b92213a6f47ae0a58ac170286c4610a.tar.bz2 upstream-bfacdd543b92213a6f47ae0a58ac170286c4610a.zip |
iwinfo: fix handling of accessing nl80211 interfaces via radio*
look up device path via uci instead of assuming a direct phy index
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42759 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 7bd8fb28ef..7a122551b8 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -24,7 +24,7 @@ define Package/libiwinfo SECTION:=libs CATEGORY:=Libraries TITLE:=Generalized Wireless Information Library (iwinfo) - DEPENDS:=+PACKAGE_kmod-cfg80211:libnl-tiny + DEPENDS:=+PACKAGE_kmod-cfg80211:libnl-tiny +libuci ABI_VERSION:=$(PKG_RELEASE) MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org> endef |