diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-10-18 11:42:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-10-18 11:42:43 +0000 |
commit | c8e0c28c15677d010fc4cf11b53e36ba91fa4d96 (patch) | |
tree | 2b563b6347f15353c6d103106e03b7356a45d450 /package/network/utils/iwinfo/Makefile | |
parent | 494bc1d0264022e5fda842e0a7bbf516c5fc3041 (diff) | |
download | upstream-c8e0c28c15677d010fc4cf11b53e36ba91fa4d96.tar.gz upstream-c8e0c28c15677d010fc4cf11b53e36ba91fa4d96.tar.bz2 upstream-c8e0c28c15677d010fc4cf11b53e36ba91fa4d96.zip |
iwinfo: make 'type' visible in wrapped iwinfo
There are several cases within 'luci' that attempt to access the interface
'type' from within the 'type' specific meta tables; however, 'type' is not
currently available there. Replicate the common metadata in the 'type'
specific meta tables.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38448
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 aa534112ed..9bebb7a619 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:=46 +PKG_RELEASE:=47 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |