diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-15 15:00:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-15 15:00:16 +0000 |
commit | 25ffe0446cba3244f2c94f91b170b69ac86962e1 (patch) | |
tree | 11e4106932d1607101ee6f270aa306d2c523a0b8 /package/network/utils/iwinfo/Makefile | |
parent | eb10581ce31b6ab8ab601b76d7a81f3bb65d0bcf (diff) | |
download | upstream-25ffe0446cba3244f2c94f91b170b69ac86962e1.tar.gz upstream-25ffe0446cba3244f2c94f91b170b69ac86962e1.tar.bz2 upstream-25ffe0446cba3244f2c94f91b170b69ac86962e1.zip |
iwinfo: print info of all existing wireless ifaces when cli is called without arguments
SVN-Revision: 36339
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 23f3f38cb4..8b103ebb57 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:=40 +PKG_RELEASE:=41 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |