projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12333f4
)
iwinfo: bump release and start using ABI_VERSION
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 21 May 2014 12:33:58 +0000
(12:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 21 May 2014 12:33:58 +0000
(12:33 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40814
package/network/utils/iwinfo/Makefile
patch
|
blob
|
history
diff --git
a/package/network/utils/iwinfo/Makefile
b/package/network/utils/iwinfo/Makefile
index 699682b95e97df36a597ed5a2b348a1261a4e0ce..9efb9c974c39d9d9dce5083d05411b96d8094e21 100644
(file)
--- 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:=4
8
+PKG_RELEASE:=4
9
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