diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-05-21 12:33:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-21 12:33:58 +0000 |
commit | ec9722cefc806ae8f56b6d7dde2a57d0428c5a5c (patch) | |
tree | 76b2d5ed4cbfa6088f1a3bb332077750807afe77 /package/network/utils | |
parent | 9bf5b13bcc609663d0eb7440a17e6cb59e59bb57 (diff) | |
download | master-187ad058-ec9722cefc806ae8f56b6d7dde2a57d0428c5a5c.tar.gz master-187ad058-ec9722cefc806ae8f56b6d7dde2a57d0428c5a5c.tar.bz2 master-187ad058-ec9722cefc806ae8f56b6d7dde2a57d0428c5a5c.zip |
iwinfo: bump release and start using ABI_VERSION
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40814 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 699682b95e..9efb9c974c 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:=48 +PKG_RELEASE:=49 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ @@ -25,6 +25,7 @@ define Package/libiwinfo CATEGORY:=Libraries TITLE:=Generalized Wireless Information Library (iwinfo) DEPENDS:=+PACKAGE_kmod-mac80211:libnl-tiny + ABI_VERSION:=$(PKG_RELEASE) MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org> endef |